summaryrefslogtreecommitdiff
path: root/print-geneve.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Geneve: Add a bounds checkFrancois-Xavier Le Bail2023-04-111-1/+2
* Geneve: update format_opt_classDror Eiger2022-04-031-0/+52
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-2/+2
* Try the new ND_LCHECK*() macros. [skip ci]Denis Ovsienko2021-01-171-8/+2
* Geneve: Modernize packet parsing style.Denis Ovsienko2021-01-061-22/+38
* 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
* Geneve: Add a length checkFrancois-Xavier Le Bail2019-06-091-0/+6
* Fix some narrowing warnings on LP64/LLP64 platforms.Guy Harris2019-04-181-2/+2
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-9/+9
* 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
* 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-23/+23
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-1/+1
* Use more the EXTRACT_U_1() macro (33/n)Francois-Xavier Le Bail2017-11-291-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-8/+8
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)Francois-Xavier Le Bail2017-11-211-1/+1
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-3/+3
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* 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
* CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris2017-01-181-1/+1
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Update list of Geneve option classes.Jesse Gross2016-07-111-7/+20
* Fix error message with invalid Geneve option length.Jesse Gross2016-07-111-1/+1
* Don't rely on uint being defined.Guy Harris2015-09-141-1/+1
* 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
* Avoid colliding with a tcpdump routine's name.Guy Harris2015-08-311-3/+3
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* Add support for Generic Network Virtualization Encapsulation (Geneve).Jesse Gross2014-11-051-0/+223