summaryrefslogtreecommitdiff
path: root/print-decnet.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of de-constifications.Guy Harris2015-04-261-24/+24
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* DECNET: Fix segmentation faultFrancois-Xavier Le Bail2015-02-161-1/+6
* Delete useless Control-L charsFrancois-Xavier Le Bail2014-11-141-1/+1
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-8/+8
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-9/+9
* fixup a few ND_DEFAULTPRINT() use casesDenis Ovsienko2014-04-021-3/+3
* NDOize DECnet, OSPF and TCP decodersDenis Ovsienko2014-04-021-187/+197
* merge decnet.h into print-decnet.cDenis Ovsienko2014-04-021-1/+439
* NDOize safeputs() and safeputchar()Denis Ovsienko2014-04-011-1/+1
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* make consistent use of the "tstr" idiomDenis Ovsienko2013-12-261-6/+8
* justify declarations of struct tok arraysDenis Ovsienko2013-09-241-1/+1
* Add a bunch of bounds checks.guy2005-05-061-49/+174
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-3/+3
* Added support for Win32, based on WinPcap.risso2002-08-011-6/+2
* From Maciej W. Rozycki <macro@ds2.pg.gda.pl>:guy2002-04-071-4/+4
* Eliminate some unused parameters.fenner2001-09-171-3/+3
* use safeputchar() instead of cook up on its own.itojun2001-01-281-5/+2
* Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()"guy2001-01-201-2/+2
* Get rid of unneeded includes of <net/if.h>.guy2000-09-281-2/+1
* remove non-STDC codeassar2000-07-011-6/+1
* s/sprintf/snprintf/.itojun2000-01-171-3/+4
* Switch to config.h instead of passing defines in DEFS.fenner1999-11-211-1/+5
* Initial revisionmcr1999-10-071-0/+778