Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't reinvent ND_TCHECK2() | Denis Ovsienko | 2014-06-12 | 1 | -20/+10 |
| | |||||
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -16/+16 |
| | | | | | | | | | 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. | ||||
* | make use of NETDISSECT_REWORKED | Denis Ovsienko | 2014-03-15 | 1 | -1/+2 |
| | | | | | Update the already converted decoders to define the macro and to include interface.h instead of netdissect.h. Fix incurred compile errors. | ||||
* | NDOize FDDI, MPCP, Token Ring, VQP and Zephyr decoders | Denis Ovsienko | 2014-03-14 | 1 | -39/+34 |
| | |||||
* | don't include addrtoname.h needlessly | Denis Ovsienko | 2014-02-25 | 1 | -1/+0 |
| | |||||
* | 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 | -1/+7 |
| | |||||
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -6/+6 |
| | |||||
* | complete the outstanding opcodes for MPCP & add boundary checks | hannes | 2006-02-10 | 1 | -26/+136 |
| | |||||
* | add basic support for MPCP 802.3ah frame printer | hannes | 2006-02-10 | 1 | -0/+164 |