aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp-failover.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-5/+5
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-19/+16
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...morriss1-3/+1
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-5/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-8/+8
2010-04-26Move proto_reg_handoff... to the end of the file.wmeier1-16/+20
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-02-28Added svn:ignore targets.stig1-8/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-8/+8
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-35/+35
2008-09-15Minor cleanup related to proto_reg_handoffwmeier1-10/+8
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-06-27Fix some warnings reported by gcc -Wshadow ... wmeier1-5/+5
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-2/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-20/+20
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-08-10ememify tywo more tvb_get_string()sahlberg1-4/+2
2005-08-07DHCP Failover runs over TCP; use tcp_dissect_pdus.guy1-635/+627
2005-08-07Fix the spelling of "transferred".guy1-27/+77
2005-07-27Squelch another qualifier warning.guy1-1/+1
2005-07-21More warining fixes: char -> const charjmayer1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-37/+20
2005-04-29Make sure we're passing the proper lengths to proto_tree_add_item(). Fixes gerald1-0/+16
2004-08-16According to draft-ietf-dhc-failover-10, the message digest type is 1guy1-3/+8
2004-08-15Make message_digest_type a guint16. Removed cast.jmayer1-2/+3
2004-08-15remove MSVC compiler warning (required a type cast)ulfl1-1/+1
2004-08-10Use the protocol short name as the Protocol column value, as is done inguy1-1/+1
2004-08-09- Small cosmetic fix to DHCP failover prefsjmayer1-3/+2
2004-08-09Enable the configurable port number - and make the filter name for theguy1-22/+14
2004-08-09M. Ortega y Strupp <moys@loplof.de>jmayer1-0/+1179