summaryrefslogtreecommitdiff
path: root/print-juniper.c
Commit message (Expand)AuthorAgeFilesLines
* juniper: don't treat known DLT_ types as "Unknown".Guy Harris2022-07-261-0/+20
* juniper: don't do bounds checking for fields in the cookie.Guy Harris2022-07-211-3/+3
* juniper: make the cookie-processing code a little clearer.Guy Harris2022-07-201-48/+52
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-1/+2
* Juniper: Report invalid packets as invalid, not truncatedFrancois-Xavier Le Bail2021-12-271-4/+3
* Juniper: Rename a variableFrancois-Xavier Le Bail2021-12-271-8/+8
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2021-08-151-3/+3
* Juniper: Add some bounds checksFrancois-Xavier Le Bail2021-06-231-20/+7
* Juniper: initialize some structuresFrancois-Xavier Le Bail2020-12-181-0/+14
* Juniper: Avoid testing ndo->ndo_eflag > 1Francois-Xavier Le Bail2020-12-051-1/+1
* Revert partially the commit 21b1273Francois-Xavier Le Bail2020-09-111-0/+1
* Remove 15 now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-101-1/+0
* Remove 96 assorted ND_TCHECK calls.Denis Ovsienko2020-09-081-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-22/+0
* Rework "Update more link-layer dissectors to void functions"Francois-Xavier Le Bail2020-08-061-4/+5
* Juniper: Minus the Ethernet hdr length for -x/-X print (JUNIPER_ETHER)Francois-Xavier Le Bail2020-07-281-1/+1
* Juniper: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-271-93/+156
* Update more link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-07-151-3/+3
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-2/+2
* Juniper: Fix an undefined behavior at runtimeFrancois-Xavier Le Bail2019-07-251-0/+5
* Squelch more warnings.Guy Harris2019-04-171-1/+1
* Clean up types to squelch narrowing warnings.Guy Harris2019-04-171-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-51/+60
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-2/+3
* Clean up indentation.Guy Harris2018-09-051-34/+34
* Remove trailing "_if" from protocol names.Guy Harris2018-09-051-15/+15
* If none of those are defined, there's nothing to dissect.Guy Harris2018-07-291-20/+19
* Wrap unused definitions and declarations in #ifdef/#if.Guy Harris2018-07-291-1/+28
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-181-9/+9
* 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/+15
* Have ip{6}addr_string take a u_char * as the second argument.Guy Harris2018-01-311-2/+2
* 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-50/+50
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-4/+4
* Use nd_ types, add EXTRACT_ calls.Guy Harris2017-12-301-44/+47
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-19/+19
* 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-1/+1
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Some more EXTRACT_U_1() calls replacing direct fetches.Guy Harris2017-12-081-2/+2
* Use more the ND_TCHECK_1() macroFrancois-Xavier Le Bail2017-12-041-1/+1
* Use more the EXTRACT_U_1() macro (43/n)Francois-Xavier Le Bail2017-12-031-3/+3
* Use more the EXTRACT_U_1() macro (42/n)Francois-Xavier Le Bail2017-12-021-2/+2
* Use more the EXTRACT_U_1() macro (28/n)Francois-Xavier Le Bail2017-11-261-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-9/+9
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-37/+37
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-1/+1
* Use more the EXTRACT_8BITS() macro to fetch a one-byte value (19/n)Francois-Xavier Le Bail2017-11-211-2/+4