| Commit message (Expand) | Author | Age | Files | Lines |
* | dismiss NETDISSECT_REWORKED macro | Denis Ovsienko | 2015-03-22 | 1 | -1/+0 |
* | BOOTP/DHCP: fix "Unchecked return value" found by Coverity | Francois-Xavier Le Bail | 2014-12-09 | 1 | -2/+3 |
* | DHCP: decoder for the TFTP Server Address option (RFC5859) | Francois-Xavier Le Bail | 2014-12-01 | 1 | -0/+4 |
* | BOOTP/DHCP: fix some spaces/tabs and indentation | Francois-Xavier Le Bail | 2014-12-01 | 1 | -84/+82 |
* | DHCP: decoder for the User Class option (RFC3004) | Francois-Xavier Le Bail | 2014-11-28 | 1 | -2/+46 |
* | DHCP: do not print the option and the length twice in some error cases | Francois-Xavier Le Bail | 2014-11-27 | 1 | -10/+5 |
* | Delete useless Control-L chars | Francois-Xavier Le Bail | 2014-11-14 | 1 | -2/+0 |
* | merge bootp.h into print-bootp.c | Denis Ovsienko | 2014-08-13 | 1 | -1/+226 |
* | u_intN_t is dead, long live uintN_t. | Guy Harris | 2014-04-23 | 1 | -7/+7 |
* | NDOize the rest of util.c | Denis Ovsienko | 2014-04-14 | 1 | -6/+6 |
* | Netdissectify the to-name resolution routines. | Guy Harris | 2014-04-04 | 1 | -11/+11 |
* | spell "%s" format strings (complements 708a68a) | Denis Ovsienko | 2014-03-31 | 1 | -2/+2 |
* | Fix some unsafe print calls. | Guy Harris | 2014-03-30 | 1 | -2/+2 |
* | BOOTP: try to fix 2 newly added compile warnings | Denis Ovsienko | 2014-03-27 | 1 | -2/+2 |
* | finalize some previous NDO conversions | Denis Ovsienko | 2014-03-26 | 1 | -31/+31 |
* | NDOize BOOTP, DHCPv6, DNS, PIM and sFlow decoders | Denis Ovsienko | 2014-03-25 | 1 | -117/+119 |
* | Use EXTRACT_nBITS even when just testing against zero. | Guy Harris | 2014-01-16 | 1 | -6/+6 |
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -4/+0 |
* | ndo-ize print-ascii: hex_print_with_offset() | Michael Richardson | 2014-01-01 | 1 | -1/+1 |
* | whitespace changes | Michael Richardson | 2014-01-01 | 1 | -1/+1 |
* | make consistent use of the "tstr" idiom | Denis Ovsienko | 2013-12-26 | 1 | -2/+2 |
* | justify declarations of struct tok arrays | Denis Ovsienko | 2013-09-24 | 1 | -7/+7 |
* | removing unnecessary processing for zero length options | hannes | 2008-04-22 | 1 | -7/+1 |
* | from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for two more ... | hannes | 2007-09-20 | 1 | -5/+11 |
* | From Francois-Xavier Le Bail: decode DCHP option 249 (Microsoft's | guy | 2007-08-21 | 1 | -1/+3 |
* | From Francois-Xavier Le Bail: suport for the DHCP Classless Static Route | guy | 2007-07-24 | 1 | -73/+159 |
* | From Kevin Steves: in the client FQDN option: | guy | 2007-01-29 | 1 | -7/+28 |
* | From Kevin Steves: get rid of some extra blanks when printing flags. | guy | 2007-01-14 | 1 | -5/+5 |
* | From Kevin Steves: | guy | 2007-01-14 | 1 | -12/+24 |
* | From Kevin Steves: fix the printing of options in a parameter request | guy | 2007-01-14 | 1 | -11/+9 |
* | clean up the bootp printer: | hannes | 2006-02-13 | 1 | -60/+108 |
* | Do more bounds checking. | guy | 2005-05-06 | 1 | -4/+13 |
* | Put in some missing brackets. | guy | 2005-04-20 | 1 | -2/+3 |
* | From: alex medvedev <alexm@pycckue.org> | hannes | 2004-03-02 | 1 | -1/+5 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -4/+4 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -4/+4 |
* | Fix typo in truncation check of bp_file | fenner | 2003-08-01 | 1 | -2/+2 |
* | Move the definitions of "bootp_flag_values[]" and "bootp_op_values[]" | guy | 2003-07-01 | 1 | -1/+12 |
* | The source and destination port arguments to "bootp_print()" are no | guy | 2003-05-01 | 1 | -2/+2 |
* | per bill fenners suggestion: | hannes | 2003-04-28 | 1 | -25/+18 |
* | Update URL for IANA BOOTP and DHCP extensions registry | fenner | 2003-03-16 | 1 | -2/+2 |
* | Print the length in the truncation message if we know it. | fenner | 2003-03-12 | 1 | -3/+7 |
* | We no longer use "packetp" for anything, so eliminate it. (If any | guy | 2002-12-18 | 1 | -13/+2 |
* | The "__attribute__((packed))" tag on structures causes some files not to | guy | 2002-12-11 | 1 | -4/+4 |
* | changed bootp decoder for multiline output, fixed segfault referencing NULL p... | hannes | 2002-12-04 | 1 | -25/+31 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -3/+2 |
* | Get rid of some unnecessary includes (<time.h>, <netdb.h>, and <ctype.h> | guy | 2002-08-06 | 1 | -2/+1 |
* | Added support for Win32, based on WinPcap. | risso | 2002-08-01 | 1 | -6/+2 |
* | whitespace cleanup | itojun | 2002-06-11 | 1 | -2/+2 |
* | Get rid of unneeded incomplete definitions of "struct mbuf" and "struct | guy | 2002-06-01 | 1 | -4/+1 |