summaryrefslogtreecommitdiff
path: root/print-slow.c
Commit message (Collapse)AuthorAgeFilesLines
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-45/+45
| | | | | | | | | And, as we require at least autoconf 2.61, and as autoconf 2.61 and later have AC_TYPE_UINTn_T and AC_TYPE_INTn_T macros, we use them to define the uintN_t and intN_t macros if the system doesn't define them for us. This lets us get rid of bitypes.h as well.
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-2/+2
| | | | | | | | Have them take a netdissect_options * argument, and get the "no name resolution" flag from it. Move the declaration of dnaddr_string to addrtoname.h, along with the other XXX-to-string routines.
* NDOize OpenFlow, IEEE slow and telnet decodersDenis Ovsienko2014-03-171-71/+73
|
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
| | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
* ndo-ize print-ascii: hex_print_with_offset()Michael Richardson2014-01-011-7/+7
|
* whitespace changesMichael Richardson2014-01-011-16/+16
|
* Fix a bunch of "sizeof(sizeof(XXX))".Sascha Wildner2011-12-071-2/+2
| | | | | | | | In some places, there was one too many levels of sizeof() - sizeof(sizeof(XXX)) is sizeof(size_t), but we wanted the size of type XXX. Reviewed-By: Guy Harris <guy@alum.mit.edu>
* add support for 802.3ah loopback ctrl msghannes2006-10-121-2/+17
|
* Fix some "unsigned int" vs. "size_t" issues (they're not necessarily theguy2006-08-191-5/+5
| | | | same).
* bugfixes: change oam_pdu_config to 16 bits as per the spec and clean the ↵hannes2006-06-231-3/+3
| | | | mixup between mux-action state and parse-action state
* continue work on the 802.3AH printer:hannes2006-05-181-37/+141
| | | | | | | -add support for link-event TLVs -clean up some confusion between shared and unshared TLV formats. -do per-TLV hexdumping
* fix an infinite loop while processing OAM info PDUshannes2006-05-161-2/+2
|
* first cut of Ethernet 802.3AH OAM TLV parser code:hannes2006-05-151-5/+158
| | | | | -add support for Code Information TLV FIXME boundary checks
* add basic support for Ethernet OAM Frames as per 802.3ahhannes2006-02-161-34/+159
|
* add support for the IEEE slow protocols LACP, MARKER as per 802.3adhannes2005-07-101-0/+264