aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp-failover.c
Commit message (Expand)AuthorAgeFilesLines
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg2006-03-201-0/+1
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-20/+20
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-2/+2
* ememify tywo more tvb_get_string()Ronnie Sahlberg2005-08-101-4/+2
* DHCP Failover runs over TCP; use tcp_dissect_pdus.Guy Harris2005-08-071-635/+627
* Fix the spelling of "transferred".Guy Harris2005-08-071-27/+77
* Squelch another qualifier warning.Guy Harris2005-07-271-1/+1
* More warining fixes: char -> const charJörg Mayer2005-07-211-1/+1
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-37/+20
* Make sure we're passing the proper lengths to proto_tree_add_item(). Fixes Gerald Combs2005-04-291-0/+16
* According to draft-ietf-dhc-failover-10, the message digest type is 1Guy Harris2004-08-161-3/+8
* Make message_digest_type a guint16. Removed cast.Jörg Mayer2004-08-151-2/+3
* remove MSVC compiler warning (required a type cast)Ulf Lamping2004-08-151-1/+1
* Use the protocol short name as the Protocol column value, as is done inGuy Harris2004-08-101-1/+1
* - Small cosmetic fix to DHCP failover prefsJörg Mayer2004-08-091-3/+2
* Enable the configurable port number - and make the filter name for theGuy Harris2004-08-091-22/+14
* M. Ortega y Strupp <moys@loplof.de>Jörg Mayer2004-08-091-0/+1179