aboutsummaryrefslogtreecommitdiff
path: root/print-rx.c
AgeCommit message (Expand)Author
2023-04-07Have a common routine for converting dates and times to strings.Guy Harris
2023-02-20Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2022-07-16RX: Add a const qualifierFrancois-Xavier Le Bail
2021-09-29Suppress "casting away const" warnings in missing/getopt_long.c.Guy Harris
2020-11-27Lose some more unnecessary #include lines. [skip ci]Denis Ovsienko
2020-09-30RX: Remove 1 now redundant ND_TCHECK_LEN(e, sizeof(uint64_t)) callFrancois-Xavier Le Bail
2020-09-30RX: Remove 1 now redundant ND_TCHECK_LEN(e, sizeof(uint32_t)) callFrancois-Xavier Le Bail
2020-09-06Remove many (762) now redundant ND_TCHECK_n() callsFrancois-Xavier Le Bail
2020-08-24Rename min() and max() to ND_MIN() and ND_MAX(). [skip ci]Denis Ovsienko
2020-08-13Rx: Make UDP ports 16-bit to compile (GH #868).Denis Ovsienko
2020-05-25afs/rx: have a separate #define for the maximum user name size.Guy Harris
2020-05-25afs/rx: don't generate sscanf formats at run time.Guy Harris
2020-05-25afs/rx: try to suppress "conditional expression is constant" warningsGuy Harris
2020-03-28Fix a typoFrancois-Xavier Le Bail
2019-12-02Don't use nd_ipv4 for non-packet dataBill Fenner
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-06-10Use nd_ipv4 rather than struct in_addrFrancois-Xavier Le Bail
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2019-03-26Add the ndo parameter to some functionsFrancois-Xavier Le Bail
2019-03-26RX: Fix a data fetchFrancois-Xavier Le Bail
2019-01-23Fix small misspellingsAntonin Décimo
2018-08-01Fix some spelling in comments.Denis Ovsienko
2018-07-28Rx: Fix remaining fall-through warnings (GH #618).Denis Ovsienko
2018-05-20Rx: Use the fn_print_str() function instead of nd_print()Francois-Xavier Le Bail
2018-04-30Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-03-11Rx: Use ndo_error() when malloc() fails as in most similar casesFrancois-Xavier Le Bail
2018-01-31Remove unneeded '&' when getting a pointer to a nd_ipv4 typeFrancois-Xavier Le Bail
2018-01-30Use nd_ipv4 rather than struct in_addr.Guy Harris
2018-01-29Add nd_{v}snprintf() routines/wrappers.Guy Harris
2018-01-21Always include <config.h> rather than "config.h".Guy Harris
2018-01-21Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail
2018-01-11Clean up signed vs. unsigned.Guy Harris
2018-01-07Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2017-12-11Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail
2017-12-10Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris
2017-11-24Use more ND_TCHECK_n()/ND_TTEST_n() macrosFrancois-Xavier Le Bail
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-22Rename ND_TCHECK_/ND_TTEST_ macrosFrancois-Xavier Le Bail
2017-11-21Clean up RX dissector.Guy Harris
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-13Rx: Fix alignment issue on Solaris 10 SPARCFrancois-Xavier Le Bail
2017-09-13Rx: add a missing bounds check for callbacksDenis Ovsienko
2017-09-13CVE-2017-13049/Rx: add a missing bounds check for UbikDenis Ovsienko
2017-08-10spell ASCII in uppercaseDenis Ovsienko
2016-08-29Remove unnecessary semicolonsFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-10-07Use the nd_uintN_t types more.Guy Harris
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail