summaryrefslogtreecommitdiff
path: root/print-fr.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Frame Relay: make the buffer big enough for the biggest message.Guy Harris2021-05-251-1/+1
* Frame Relay: have q922_string() handle errors better.Guy Harris2021-05-251-3/+11
* FR: Fix a typo in a comment.Denis Ovsienko2020-09-081-1/+1
* 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-1/+0
* FR: Update the link-layer dissectors to void functionsFrancois-Xavier Le Bail2020-08-041-20/+18
* FR: Remove useless "oui.h" includeFrancois-Xavier Le Bail2020-03-311-1/+0
* FRF.16: Add a length check before the bounds checkFrancois-Xavier Le Bail2019-10-281-1/+7
* FRF.16: Add a length checkFrancois-Xavier Le Bail2019-10-191-0/+6
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* 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-53/+53
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-05-231-11/+11
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+1
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+5
* Add some const qualifiersFrancois-Xavier Le Bail2018-03-161-1/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+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-62/+62
* FR: Add parentheses when extracting the flagsFrancois-Xavier Le Bail2017-12-231-2/+2
* FR: Rework extracting the flagsFrancois-Xavier Le Bail2017-12-171-15/+13
* Fix spacesFrancois-Xavier Le Bail2017-12-171-2/+2
* FR: Fix extracting the DE flagFrancois-Xavier Le Bail2017-12-171-1/+1
* Use more the ND_TTEST_1() macroFrancois-Xavier Le Bail2017-12-151-6/+6
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-8/+8
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-3/+3
* Use more the EXTRACT_U_1() macro (52/n)Francois-Xavier Le Bail2017-12-091-2/+2
* Use more the EXTRACT_U_1() macro (51/n)Francois-Xavier Le Bail2017-12-091-1/+1
* Use more the EXTRACT_U_1() macro (35/n)Francois-Xavier Le Bail2017-11-301-1/+1
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-4/+4
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-51/+51
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-9/+9
* Fix a bound checkFrancois-Xavier Le Bail2017-11-201-1/+1
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-56/+58
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-4/+4
* CVE-2017-12897/ISO CLNS: Use ND_TTEST() for the bounds checks in isoclns_prin...Guy Harris2017-09-131-1/+1
* Frame Relay: denote a genuine fall through caseDenis Ovsienko2017-07-221-0/+1
* CVE-2017-5482/Q.933: add a missing bounds checkDenis Ovsienko2017-01-181-0/+1
* pass correct caplen to other functions as wellDenis Ovsienko2017-01-181-3/+3
* CVE-2016-7985,7986/Change the way protocols print link-layer addresses.Guy Harris2017-01-181-1/+2
* Clean up "invalid IE" messages.Guy Harris2016-09-241-2/+2
* Fix indentation.Guy Harris2016-09-241-2/+2
* Check for invalid IE lengths.Guy Harris2016-09-211-7/+19
* More cleanups of Q.933 output.Guy Harris2016-09-211-34/+18
* Clean up printing of Q.933 packets.Guy Harris2016-09-211-111/+305
* The name is "FRF.15", so include the "." in the truncation message.Guy Harris2016-09-201-1/+1
* Make another never-negative variable an unsigned.Guy Harris2016-09-201-1/+1