summaryrefslogtreecommitdiff
path: root/print-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-7/+7
* Try the new ND_LCHECK*() macros. [skip ci]Denis Ovsienko2021-01-171-29/+8
* AppleTalk: Modernize packet parsing style.Denis Ovsienko2021-01-131-105/+66
* AppleTalk: Declutter appletalk.h.Denis Ovsienko2021-01-131-6/+71
* Use nd_mac_addr where it belongs. [skip ci]Denis Ovsienko2020-10-171-2/+2
* Use __func__ from C99 in error messages. [skip ci]Denis Ovsienko2020-10-081-3/+3
* Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko2020-10-041-3/+3
* AppleTalk: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail2020-08-061-4/+5
* More bounds checking when fetching addresses and converting to strings.Guy Harris2020-01-191-1/+1
* Remove more old-compiler compensation.Guy Harris2019-08-081-4/+4
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-52/+62
* That wasn't correct.Guy Harris2018-09-161-8/+7
* Clean up the name resolution a bit.Guy Harris2018-09-151-33/+52
* Add more nd_print_trunc() callsFrancois-Xavier Le Bail2018-06-061-2/+2
* Pointers to packet bytes should be u_char *, not char *.Guy Harris2018-05-191-5/+5
* Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail2018-05-041-7/+6
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+4
* AppleTalk: Filter out non-printable charactersFrancois-Xavier Le Bail2018-02-281-1/+1
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-5/+6
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-4/+4
* 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-24/+24
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-83/+83
* Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail2018-01-031-1/+1
* Use nd_ types in AppleTalk structures, and add EXTRACT_ calls.Guy Harris2017-12-141-65/+72
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-27/+27
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-4/+4
* Use EXTRACT_U_1().Guy Harris2017-11-231-3/+6
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-18/+18
* Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail2017-11-181-19/+19
* AppleTalk: Address a few cppcheck style notices.Denis Ovsienko2017-09-061-5/+2
* Fix a trailing tabFrancois-Xavier Le Bail2017-01-181-1/+1
* CVE-2016-7973/Add bounds and length checks.Guy Harris2017-01-181-0/+9
* Pass the actual frame length to llap_print().Guy Harris2017-01-181-1/+1
* Check against the packet length first.Guy Harris2017-01-181-16/+16
* CVE-2016-7973/Add some bounds checks.Guy Harris2017-01-181-1/+24
* Add a summary comment in all other printersFrancois-Xavier Le Bail2016-08-151-2/+0
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-0/+2
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-071-1/+1
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-051-1/+1
* Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail2015-09-051-3/+3
* Printers must use ndo_error() function (via ndo->ndo_error)Francois-Xavier Le Bail2015-09-051-3/+5
* Add checks for strdup() failure.Bill Parker2015-07-131-0/+6
* Fix a bunch of de-constifications.Guy Harris2015-04-261-1/+1
* dismiss NETDISSECT_REWORKED macroDenis Ovsienko2015-03-221-1/+0
* More fixes for uint8_t being shorter than u_int8_t.Guy Harris2014-04-231-5/+5
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-8/+8
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1