aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
2012-02-01Fix some typos.Chris Maynard1-16/+16
2011-10-23(Trivial) Whitespace cleanup.Bill Meier1-9/+9
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-17/+17
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-15/+15
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-14/+9
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-119/+119
2011-07-11Change encoding type from FALSE to ENC_BIG_ENDIAN.Anders Broman1-135/+135
2011-07-11Make sure consumed is set.Anders Broman1-2/+1
2011-07-11From Michael Mann:Anders Broman1-1462/+1727
2011-06-02Allow filtering on docsis-capability-type field;Bill Meier1-243/+251