summaryrefslogtreecommitdiff
path: root/print-rx.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-11/+11
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-4/+4
* RX: Add a const qualifierFrancois-Xavier Le Bail2022-03-021-2/+2
* Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris2021-07-241-0/+1
* Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko2020-11-271-1/+0
* RX: Remove 1 now redundant ND_TCHECK_LEN(e, sizeof(uint64_t)) callFrancois-Xavier Le Bail2020-09-301-1/+0
* RX: Remove 1 now redundant ND_TCHECK_LEN(e, sizeof(uint32_t)) callFrancois-Xavier Le Bail2020-09-301-1/+0
* Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail2020-09-061-45/+0
* Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko2020-08-241-2/+2
* Rx: Make UDP ports 16-bit to compile (GH #868).Denis Ovsienko2020-08-131-6/+6
* afs/rx: have a separate #define for the maximum user name size.Guy Harris2020-05-251-3/+4
* afs/rx: don't generate sscanf formats at run time.Guy Harris2020-05-251-23/+15
* afs/rx: try to suppress "conditional expression is constant" warningsGuy Harris2020-05-251-4/+3
* Fix a typoFrancois-Xavier Le Bail2020-03-281-1/+1
* Don't use nd_ipv4 for non-packet dataBill Fenner2019-12-021-8/+8
* Remove more old-compiler compensation.Guy Harris2019-08-081-2/+2
* Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail2019-06-101-4/+4
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-89/+89
* Add the ndo parameter to some functionsFrancois-Xavier Le Bail2019-03-261-5/+5
* RX: Fix a data fetchFrancois-Xavier Le Bail2019-03-261-2/+2
* Fix small misspellingsAntonin Décimo2019-01-231-1/+1
* Fix some spelling in comments.Denis Ovsienko2018-08-011-2/+2
* Rx: Fix remaining fall-through warnings (GH #618).Denis Ovsienko2018-07-281-0/+4
* Rx: Use the fn_print_str() function instead of nd_print()Francois-Xavier Le Bail2018-05-201-3/+3
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-4/+4
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Rx: Use ndo_error() when malloc() fails as in most similar casesFrancois-Xavier Le Bail2018-03-111-1/+1
* Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail2018-01-311-4/+4
* Use nd_ipv4 rather than struct in_addr.Guy Harris2018-01-301-4/+4
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-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
* Clean up signed vs. unsigned.Guy Harris2018-01-111-1/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-318/+318
* 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-19/+19
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-64/+82
* Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail2017-11-241-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-72/+72
* Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail2017-11-221-38/+38
* Clean up RX dissector.Guy Harris2017-11-211-281/+262
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-72/+72
* Rx: Fix alignment issue on Solaris 10 SPARCFrancois-Xavier Le Bail2017-09-131-15/+15
* Rx: add a missing bounds check for callbacksDenis Ovsienko2017-09-131-0/+5
* CVE-2017-13049/Rx: add a missing bounds check for UbikDenis Ovsienko2017-09-131-0/+1
* spell ASCII in uppercaseDenis Ovsienko2017-08-101-1/+1
* Remove unnecessary semicolonsFrancois-Xavier Le Bail2016-08-291-1/+1
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+3
* Use the nd_uintN_t types more.Guy Harris2015-10-071-4/+7
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1