summaryrefslogtreecommitdiff
path: root/netdissect.h
Commit message (Expand)AuthorAgeFilesLines
* Add __attribute__((format)) to the declarations of the ndo_printf,Guy Harris2009-05-241-3/+6
* Make the default snapshot length the maximum; add a #define for theGuy Harris2009-03-051-9/+13
* from Anantharamu Suryanarayana: add 4-byte AS support to the BGP printerHannes Gredler2009-01-201-0/+1
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-161-2/+2
* Use the new libpcap API's if available; that means we can support "-B"guy2008-04-041-1/+3
* From Andrew Silent: Realtek Remote Control Protocol support (seeguy2008-02-061-2/+3
* added "make check"mcr2007-11-241-1/+8
* change the TCP printer to print new-style order:hannes2007-01-291-1/+2
* From Ben Byer <bushing@sourceforge.net>: add a "-K" flag to suppress theguy2006-05-051-1/+2
* add a maxlen boundary check to safeputs, print unprintable chars as hex in sa...hannes2006-02-081-2/+2
* from Will Drewry <will AT alum.bu.edu>hannes2005-10-201-1/+4
* depreciate llcsap_string() as LLC SAP name resolution is now done via a singl...hannes2005-09-291-2/+1
* Add a flag to suppress the "default_print()" call made in variousguy2005-07-071-2/+3
* Have "ascii_print()" do the "-A" output, and nothing but the "-A"guy2005-07-061-7/+8
* use new ip_print_demux() routine in ISAKMP UDP-ESP encapmcr2005-04-071-1/+5
* added ESP-in-UDP printer from RFC3948.mcr2005-04-061-4/+6
* Check the "status value is an NT status" flag and, if it is, treat theguy2004-12-301-1/+2
* There isn't a "default_print_unaligned" routine, so there's no need forguy2004-12-231-5/+1
* If libpcap is configured with --enable-optimizer-dbg, it expects dflagguy2004-11-071-2/+1
* <sys/time.h> isn't available with all Windows platforms, and isguy2004-11-041-2/+1
* The first argument to "ascii_print_with_offset()", "ascii_print()",guy2004-07-211-7/+19
* print the packet length for ESP packetshannes2004-07-161-2/+2
* NDO-ized print-arp.cmcr2004-04-301-2/+3
* new tok2strbuf() API.mcr2004-04-291-1/+6
* do not use gcc-ism for macro, instead abuse C-syntaxmcr2004-04-231-2/+2
* removed erroneous \ at end of file.mcr2004-04-051-2/+1
* print-esp has been "NDO"-ized.mcr2004-04-051-9/+11
* Add "ndo_Uflag", as we #define Uflag to be gndo->ndo_Uflag inguy2004-04-021-2/+3
* beginnings of library version of netdissect.mcr2004-03-251-0/+414