aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-13(Try to) fix VS Clang Analysis warning:Bill Meier1-6/+6
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-14Only access val_other if tlv_len is sufficiently long. FixesEvan Huus1-8/+30
2013-09-14Revert to emem for uatPascal Quantin1-2/+2
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-5/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-68/+68
2013-08-15Group all "Seconds elapsed appears to be encoded as little-endian" expert inf...Chris Maynard1-3/+3
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-4/+3
2013-06-06Simplify the "bad length" expert info into a single filterable item with form...Michael Mann1-85/+43
2013-05-25Add filterable expert info.Michael Mann1-111/+192
2013-03-17From beroset:Anders Broman1-1/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+4
2013-03-12From beroset:Anders Broman1-1/+1
2013-01-27Fix typo errorPascal Quantin1-1/+1
2013-01-27From Hadar Shoham via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8262Evan Huus1-16/+90
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-16Followup to r46565 and r46568: don't even create the composite TVB if we'reJeff Morriss1-4/+6
2012-12-16Apply r46565 to another spot.Jeff Morriss1-1/+2
2012-12-16Another part of the fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-1/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
2012-11-25Fix several [-Wshadow] warnings;Bill Meier1-13/+16
2012-11-16From Jérôme LAFORGE:Anders Broman1-67/+158
2012-11-16From Jérôme LAFORGE:Anders Broman1-0/+15
2012-11-10From Jérôme LAFORGE via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2012-11-07From Jérôme LAFORGE:Jaap Keuter1-6/+52
2012-11-04Use a define for max number of characters and use that for the array sizeAnders Broman1-2/+3
2012-11-04From Jérôme LAFORGE via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-1/+89
2012-10-29From Jérôme LAFORGE via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-2/+45
2012-10-18Minor cleanup:Bill Meier1-2/+2
2012-10-14convert proto_tree_add_text to proto_tree_add_item and expert_add_info_format...Michael Mann1-26/+32
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7701 :Pascal Quantin1-4/+4
2012-09-04Add dissection of SIP Servers option to DHCPv4 (RFC 3361)Pascal Quantin1-1/+77
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-38/+37
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7391 :Pascal Quantin1-98/+114
2012-05-07Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-2/+2
2012-04-30Revert 3 conversions of spaces --> tabs (in text strings) done in SVN #42354.Bill Meier1-3/+3
2012-04-30Whitespace cleanup; reformat hf[] entries.Bill Meier1-976/+2041
2012-04-28Remove unused header fieldspascal1-8/+0
2012-04-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7051 :pascal1-29/+65
2012-04-10Add missing consts.Jakub Zawadzki1-1/+1
2012-04-09From Michael Mann:pascal1-7/+8
2012-03-06Fix benign issue: For FT_BOOLEAN fields with a zero bitmask, use BASE_NONE fo...Bill Meier1-13/+13