summaryrefslogtreecommitdiff
path: root/print-gre.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for dissecting RFC 2332 NHRP.Guy Harris2023-04-111-0/+4
* gre: support CDP over GRE.Guy Harris2023-04-101-0/+4
* GRE: Refine the WCCP header commit. [skip ci]Denis Ovsienko2023-04-091-3/+2
* gre: handle Network Service Header (NSH), RFC 8300Guy Harris2023-04-081-0/+3
* gre: handle multicast MPLS.Guy Harris2023-04-081-0/+1
* gre: add support for WCCP redirects over GRE.Guy Harris2023-04-081-0/+61
* gre: recognize (Cisco?) GRE keepalives.Guy Harris2023-04-081-0/+8
* gre: expand a comment, mention NVGRE. [skip ci]Guy Harris2023-04-081-2/+24
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-16/+16
* GRE: Print the protocol name before any ND_LCHECK_U()/GET_()Francois-Xavier Le Bail2021-12-261-5/+6
* GRE: Modernize packet parsingFrancois-Xavier Le Bail2021-12-261-61/+41
* Include <string.h> only if required.Denis Ovsienko2020-10-171-2/+0
* GRE: Put the flags bitmap right.Denis Ovsienko2020-10-021-2/+1
* Remove useless 'return' at end of void functions (style)Francois-Xavier Le Bail2020-09-281-1/+0
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-1/+1
* Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-151-1/+1
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-16/+16
* GRE: Replace the ND_TTEST_*() calls with ND_TCHECK_*() callsFrancois-Xavier Le Bail2019-02-231-4/+6
* Clean up whitespaces/indentationFrancois-Xavier Le Bail2019-02-231-45/+42
* remove clauses 3/4 from licenseJason L. Wright2018-07-261-5/+0
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-4/+3
* 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-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-44/+44
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-13/+13
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-16/+16
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-2/+2
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-14/+14
* CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris2017-09-131-1/+1
* GRE: Add a couple comments about the bounds.Denis Ovsienko2017-02-031-0/+2
* pass correct caplen to other functions as wellDenis Ovsienko2017-01-181-1/+1
* CVE-2017-5342/pass correct caplen value to ether_print()Denis Ovsienko2017-01-181-1/+1
* Consistently use 4, rather than a sizeof, as the size of an IPv4 address.Guy Harris2017-01-181-1/+1
* CVE-2016-7939/Add some bounds checks.Guy Harris2017-01-181-25/+50
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-4/+4
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Fix a commentFrancois-Xavier Le Bail2015-09-081-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Remove extraneous white space in the GRE SRE list output.Guy Harris2015-05-021-3/+3
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Leave it up to ip6_print() to handle non-IPv6-capable systems.Guy Harris2014-10-011-2/+0
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-13/+13
* NDOize LLDP, PPP and RSVP decodersDenis Ovsienko2014-04-021-1/+1
* NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko2014-03-281-1/+1
* NDOize ISO CLNS decoderDenis Ovsienko2014-03-281-1/+1
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-0/+1