| Commit message (Expand) | Author | Age | Files | Lines |
* | From Maynard, Chris : | Anders Broman | 2005-07-26 | 1 | -1/+1 |
* | One forgotten warning fix | Jörg Mayer | 2005-07-21 | 1 | -1/+1 |
* | small warning fixes | Jörg Mayer | 2005-07-21 | 1 | -3/+4 |
* | From Steve Grubb: Fix off by one errors. Fixes part of bug 217. | Gerald Combs | 2005-05-30 | 1 | -3/+3 |
* | Add extra TLV length checks and signedness fixes. Fixes the infinite loop in | Gerald Combs | 2005-05-24 | 1 | -10/+10 |
* | A fix for the previous fix for the infinite loop in bootp, bug #160. | Gilbert Ramirez | 2005-05-06 | 1 | -3/+3 |
* | Check the offset delta while we loop through the options. | Gilbert Ramirez | 2005-05-06 | 1 | -2/+11 |
* | Change 802.11f -> F, 802.1d -> D, 802.1x -> X, 802.1q -Q, 802.1P -> p | Jörg Mayer | 2005-05-05 | 1 | -1/+1 |
* | Fix a pile of format string bugs. | Gerald Combs | 2005-04-19 | 1 | -20/+20 |
* | some updates from T Anders | Ronnie Sahlberg | 2005-04-18 | 1 | -4/+6 |
* | use proto_item_appent_text() instead of proto_item_append_string() since the ... | Ronnie Sahlberg | 2005-04-05 | 1 | -1/+1 |
* | The correlation ID is a 32-bit integer, not a string. | Guy Harris | 2005-03-23 | 1 | -1/+13 |
* | The DNS name data starts at the beginning of the suboption data, not the | Guy Harris | 2005-03-23 | 1 | -2/+2 |
* | When checking whether suboption data fits within the option, check | Guy Harris | 2005-03-23 | 1 | -4/+4 |
* | Use symbolic names for ARP types. | Guy Harris | 2005-01-13 | 1 | -5/+7 |
* | As we've made the tap_specific_data field of a tap_packet_t structure a | Guy Harris | 2005-01-01 | 1 | -1/+1 |
* | From Yaniv Kaul: add Ethernet address-to-name (or, at least, address-to- | Guy Harris | 2004-12-26 | 1 | -8/+28 |
* | Use "plurality()" rather than locally-defined "PLURALIZE()" macros, and | Guy Harris | 2004-12-20 | 1 | -2/+0 |
* | Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler let | Gerald Combs | 2004-10-26 | 1 | -14/+14 |
* | Add a "data" item to the opt_info structure, containing a "const void | Guy Harris | 2004-10-26 | 1 | -367/+345 |
* | Make yes_no work in "dissect_netware_ip_suboption()" the way it works | Guy Harris | 2004-10-25 | 1 | -27/+28 |
* | "struct o43pxeclient_opt_info" and "struct o43cablelabs_opt_info" look | Guy Harris | 2004-10-25 | 1 | -16/+6 |
* | Remove val_s_long as it's unimplemented and unused - put it back if it's | Guy Harris | 2004-10-25 | 1 | -138/+169 |
* | Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses, | Guy Harris | 2004-10-25 | 1 | -48/+58 |
* | Pass to the the routines that dissect suboption lists the offset of the | Guy Harris | 2004-10-25 | 1 | -219/+465 |
* | Restructure the DHCP option parsing a bit, to make it a bit clearer - | Guy Harris | 2004-10-24 | 1 | -132/+248 |
* | Don't display the FQDN in the FQDN option if the length of the FQDN is | Guy Harris | 2004-10-24 | 1 | -15/+17 |
* | Fix the length used for the name in the FQDN option. | Guy Harris | 2004-10-24 | 1 | -2/+2 |
* | From Thomas Anders: | Gerald Combs | 2004-10-18 | 1 | -20/+23 |
* | From Thomas Anders: DHCP option 6 enhancements: | Guy Harris | 2004-10-17 | 1 | -42/+109 |
* | Clena up a few things. | Guy Harris | 2004-10-16 | 1 | -3/+5 |
* | Add support for draft-ietf-dhc-fqdn-option-07.txt | Jörg Mayer | 2004-10-16 | 1 | -2/+117 |
* | Change Client Identifier display a bit to better handle non-hw identifiers of... | Jörg Mayer | 2004-10-16 | 1 | -5/+12 |
* | Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as per | Guy Harris | 2004-10-14 | 1 | -7/+7 |
* | Use "tvb_format_text()" for string items, so non-printable characters | Guy Harris | 2004-10-05 | 1 | -40/+39 |
* | Fix a bunch of compiler warnings (and some code that was bogusly | Guy Harris | 2004-10-05 | 1 | -13/+10 |
* | Decode cable modem and MTA device capabilities. Make the CableLabs | Gerald Combs | 2004-10-05 | 1 | -130/+852 |
* | initializing unsigned variables to -1 is considered interesting | Jörg Mayer | 2004-10-01 | 1 | -3/+3 |
* | Move the tap infrastructure to the epan directory. | Guy Harris | 2004-09-29 | 1 | -1/+1 |
* | Move prefs.c and prefs.h into the epan subdirectory. | Guy Harris | 2004-09-27 | 1 | -1/+1 |
* | Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit | Guy Harris | 2004-08-22 | 1 | -3/+2 |
* | Missed the second case in last change | Jörg Mayer | 2004-08-21 | 1 | -1/+1 |
* | The chaddr element is always 16 bytes in size, although only hlen bytes are used | Jörg Mayer | 2004-08-21 | 1 | -1/+3 |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -0/+1823 |