aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp-failover.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-0/+1
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-20/+20
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-08-10ememify tywo more tvb_get_string()Ronnie Sahlberg1-4/+2
2005-08-07DHCP Failover runs over TCP; use tcp_dissect_pdus.Guy Harris1-635/+627
2005-08-07Fix the spelling of "transferred".Guy Harris1-27/+77
2005-07-27Squelch another qualifier warning.Guy Harris1-1/+1
2005-07-21More warining fixes: char -> const charJörg Mayer1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-37/+20
2005-04-29Make sure we're passing the proper lengths to proto_tree_add_item(). Fixes Gerald Combs1-0/+16
2004-08-16According to draft-ietf-dhc-failover-10, the message digest type is 1Guy Harris1-3/+8
2004-08-15Make message_digest_type a guint16. Removed cast.Jörg Mayer1-2/+3
2004-08-15remove MSVC compiler warning (required a type cast)Ulf Lamping1-1/+1
2004-08-10Use the protocol short name as the Protocol column value, as is done inGuy Harris1-1/+1
2004-08-09- Small cosmetic fix to DHCP failover prefsJörg Mayer1-3/+2
2004-08-09Enable the configurable port number - and make the filter name for theGuy Harris1-22/+14
2004-08-09M. Ortega y Strupp <moys@loplof.de>Jörg Mayer1-0/+1179