summaryrefslogtreecommitdiff
path: root/print-egp.c
Commit message (Expand)AuthorAgeFilesLines
* EGP: Add two comments about "don't use GET_IPADDR_STRING()"Francois-Xavier Le Bail2022-02-051-2/+2
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-1/+1
* Try the new ND_LCHECK*() macros. [skip ci]Denis Ovsienko2021-01-171-4/+1
* EGP: Modernize packet parsing style.Denis Ovsienko2021-01-111-11/+16
* EGP: Replace custom code with tok2str().Denis Ovsienko2021-01-021-74/+54
* Include <string.h> only if required.Denis Ovsienko2020-10-171-2/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-2/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-3/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-26/+27
* Add a nd_print_trunc() callFrancois-Xavier Le Bail2018-05-231-3/+3
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-4/+4
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-43/+43
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types, add EXTRACT_ calls, clean up signed vs. unsigned.Guy Harris2017-12-301-48/+56
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-9/+9
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Use more ND_TCHECK_n() macrosFrancois-Xavier Le Bail2017-11-241-5/+5
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-17/+17
* More EXTRACT_8BITS(), treat unsigned fields unsigned as such.Guy Harris2017-11-211-12/+22
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (19/n)Francois-Xavier Le Bail2017-11-211-3/+6
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-7/+7
* Fix bounds checks.Guy Harris2017-01-181-3/+22
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Fix a bunch of de-constifications.Guy Harris2015-04-261-2/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-21/+21
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-4/+4
* NDOize 7 more small decodersDenis Ovsienko2014-03-211-59/+58
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* whitespace changesMichael Richardson2014-01-011-1/+1
* make more array declarations static/constDenis Ovsienko2013-12-191-5/+5
* print EGP header in new-world-order stylehannes2006-02-111-3/+13
* from nicolas ferrero <toorop@babylo.net>:hannes2005-01-121-3/+3
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-4/+4
* From Neil Spring:guy2003-11-151-4/+4
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-8/+9
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-16/+16
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-7/+8
* Add a few more GCC warnings on GCC >= 2 for ".devel" builds.guy2002-09-051-2/+2
* Added support for Win32, based on WinPcap.risso2002-08-011-7/+2
* Get rid of unneeded incomplete definitions of "struct mbuf" and "structguy2002-06-011-2/+1
* Eliminate some unused parameters.fenner2001-09-171-6/+6
* Remove #if 0 sectionsfenner2001-06-151-4/+2