summaryrefslogtreecommitdiff
path: root/print-geonet.c
Commit message (Expand)AuthorAgeFilesLines
* GeoNet: Add a ND_TCHECK_LEN() callFrancois-Xavier Le Bail2021-03-311-0/+1
* GeoNet: Modernize packet parsing style.Denis Ovsienko2020-10-121-34/+23
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-4/+0
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* The third argument to linkaddr_string is one of the LINKADDR_ enums.Guy Harris2019-12-241-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-12/+12
* GeoNet: Replace the ND_TTEST_*() calls with ND_TCHECK_*() callsFrancois-Xavier Le Bail2019-02-231-4/+6
* Clean up whitespacesFrancois-Xavier Le Bail2019-02-231-3/+3
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-101-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-8/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* 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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-15/+15
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-15/+15
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-2/+2
* Use more the EXTRACT_U_1() macro (53/n)Francois-Xavier Le Bail2017-12-101-4/+4
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-3/+3
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-4/+4
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-5/+5
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-5/+5
* CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris2017-01-181-3/+9
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-061-4/+4
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Delete trailing spaces/tabsFrancois-Xavier Le Bail2015-06-041-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Do bounds checking and length checking.Guy Harris2014-11-111-119/+151
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-4/+4
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
* make use of ND_DEFAULTPRINT()Denis Ovsienko2014-03-261-1/+1
* NDOize 7 more small decodersDenis Ovsienko2014-03-211-28/+25
* don't include pcap.h needlesslyDenis Ovsienko2014-02-281-1/+0
* No C++/C99-style comments; not all C compilers necessarily support them.Guy Harris2013-10-171-6/+6
* CALM FAST/GeoNet: fix Windows compile errorsGisle Vanem2013-07-031-3/+7
* Improved quality, bug fixes, typos. Added test caseOla Martin Lykkja2013-06-271-44/+35
* Adding support for ISO CALM FAST and ETSI GeoNetworkingOla Martin Lykkja2013-06-251-0/+256