Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -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 Harris | 2014-04-04 | 1 | -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 decoders | Denis Ovsienko | 2014-03-17 | 1 | -71/+73 |
| | |||||
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -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 Richardson | 2014-01-01 | 1 | -7/+7 |
| | |||||
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -16/+16 |
| | |||||
* | Fix a bunch of "sizeof(sizeof(XXX))". | Sascha Wildner | 2011-12-07 | 1 | -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 msg | hannes | 2006-10-12 | 1 | -2/+17 |
| | |||||
* | Fix some "unsigned int" vs. "size_t" issues (they're not necessarily the | guy | 2006-08-19 | 1 | -5/+5 |
| | | | | same). | ||||
* | bugfixes: change oam_pdu_config to 16 bits as per the spec and clean the ↵ | hannes | 2006-06-23 | 1 | -3/+3 |
| | | | | mixup between mux-action state and parse-action state | ||||
* | continue work on the 802.3AH printer: | hannes | 2006-05-18 | 1 | -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 PDUs | hannes | 2006-05-16 | 1 | -2/+2 |
| | |||||
* | first cut of Ethernet 802.3AH OAM TLV parser code: | hannes | 2006-05-15 | 1 | -5/+158 |
| | | | | | -add support for Code Information TLV FIXME boundary checks | ||||
* | add basic support for Ethernet OAM Frames as per 802.3ah | hannes | 2006-02-16 | 1 | -34/+159 |
| | |||||
* | add support for the IEEE slow protocols LACP, MARKER as per 802.3ad | hannes | 2005-07-10 | 1 | -0/+264 |