summaryrefslogtreecommitdiff
path: root/print-juniper.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-32/+32
* Rename some link-layer dissector entry functionsFrancois-Xavier Le Bail2017-11-161-30/+30
* CVE-2017-13004/Juniper: Add a bounds check.Guy Harris2017-09-131-0/+1
* CVE-2017-12993/Juniper: Add more bounds checks.Guy Harris2017-09-131-0/+38
* CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris2017-09-131-8/+8
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
* CVE-2016-7929/Make sure a Juniper header TLV isn't bigger than what's left in...Guy Harris2017-01-181-2/+4
* CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris2017-01-181-1/+2
* initialize a structure in print-juniper.cDenis Ovsienko2016-10-081-0/+3
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-0/+2
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-2/+0
* 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-3/+3
* Skip the LLC and SNAP headers with -x.Guy Harris2015-04-171-2/+8
* Get rid of unused variables.Guy Harris2015-04-171-4/+0
* Clean up printing of LLC packets.Guy Harris2015-04-171-4/+2
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0