aboutsummaryrefslogtreecommitdiff
path: root/print-atalk.c
AgeCommit message (Expand)Author
2020-10-17Use nd_mac_addr where it belongs. [skip ci]Denis Ovsienko
2020-10-08Use __func__ from C99 in error messages. [skip ci]Denis Ovsienko
2020-10-04Spell most remaining MAC_ADDR_LEN instances. [skip ci]Denis Ovsienko
2020-08-06AppleTalk: Update the link-layer dissector to a void functionFrancois-Xavier Le Bail
2020-01-19More bounds checking when fetching addresses and converting to strings.Guy Harris
2019-08-08Remove more old-compiler compensation.Guy Harris
2019-03-26Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail
2018-09-16That wasn't correct.Guy Harris
2018-09-15Clean up the name resolution a bit.Guy Harris
2018-06-06Add more nd_print_trunc() callsFrancois-Xavier Le Bail
2018-05-19Pointers to packet bytes should be u_char *, not char *.Guy Harris
2018-05-04Print truncations with nd_print_trunc() instead of tstr[] stringsFrancois-Xavier Le Bail
2018-03-16Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail
2018-02-28AppleTalk: Filter out non-printable charactersFrancois-Xavier Le Bail
2018-02-25Add a status exit code to the function ndo_error()Francois-Xavier Le Bail
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
2018-01-03Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)Francois-Xavier Le Bail
2017-12-14Use nd_ types in AppleTalk structures, and add EXTRACT_ calls.Guy Harris
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-11-23Use EXTRACT_U_1().Guy Harris
2017-11-22Rename EXTRACT_ macrosFrancois-Xavier Le Bail
2017-11-18Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()Francois-Xavier Le Bail
2017-09-06AppleTalk: Address a few cppcheck style notices.Denis Ovsienko
2017-01-18Fix a trailing tabFrancois-Xavier Le Bail
2017-01-18CVE-2016-7973/Add bounds and length checks.Guy Harris
2017-01-18Pass the actual frame length to llap_print().Guy Harris
2017-01-18Check against the packet length first.Guy Harris
2017-01-18CVE-2016-7973/Add some bounds checks.Guy Harris
2016-08-15Add a summary comment in all other printersFrancois-Xavier Le Bail
2016-08-14Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail
2015-09-10Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail
2015-09-07Remove obsolete commentsFrancois-Xavier Le Bail
2015-09-05Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail
2015-09-05Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail
2015-09-05Printers must use ndo_error() function (via ndo->ndo_error)Francois-Xavier Le Bail
2015-07-13Add checks for strdup() failure.Bill Parker
2015-04-26Fix a bunch of de-constifications.Guy Harris
2015-03-22dismiss NETDISSECT_REWORKED macroDenis Ovsienko
2014-04-23More fixes for uint8_t being shorter than u_int8_t.Guy Harris
2014-04-23u_intN_t is dead, long live uintN_t.Guy Harris
2014-04-04Netdissectify the to-name resolution routines.Guy Harris
2014-03-31spell "%s" format strings (complements 708a68a)Denis Ovsienko
2014-03-28NDOize AppleTalk, CDP and Kerberos decodersDenis Ovsienko
2014-03-15NDOize EIGRP, ICMP, L2TP, STP and UDP decodersDenis Ovsienko
2014-02-28don't include pcap.h needlesslyDenis Ovsienko