aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcp-failover.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-9/+12
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-19/+19
2013-06-08Batch of filterable expert infos.Michael Mann1-19/+31
2013-03-16[-Wmissing-prototypes]Anders Broman1-2/+3
2012-10-14Fix compile error.Bill Meier1-1/+1
2012-10-14convert proto_tree_add_text to proto_tree_add_item and expert_add_info_format...Michael Mann1-139/+93
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-5/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-19/+16
2011-02-11Rename arphrdaddr_to_str() to tvb_arphrdaddr_to_str() and make it take a poin...Jeff Morriss1-3/+1
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().Jeff Morriss1-5/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-8/+8
2010-04-26Move proto_reg_handoff... to the end of the file.Bill Meier1-16/+20
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-8/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-8/+8
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-35/+35
2008-09-15Minor cleanup related to proto_reg_handoffBill Meier1-10/+8
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-27Fix some warnings reported by gcc -Wshadow ... Bill Meier1-5/+5
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-2/+2
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