aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-8/+9
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-114/+114
2014-09-11Make all "padding" fields filterableMichael Mann1-1/+1
2014-07-01Optimize epan_new/init_dissectionEvan Huus1-6/+1
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-6/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-04-09Improve dissection of RFC 6607. Bug 9960Michael Mann1-8/+24
2014-04-02Fix packet-bootp.c:5368:18: error: 'ti' may be used uninitialized in thisAndersBroman1-1/+1
2014-04-02From Martin Mathieson:AndersBroman1-8/+18
2014-03-25DHCP/BOOTP: Add specific 43 Option when Class is ArubaAP or ArubaInstantAPAlexis La Goutte1-0/+46
2014-03-23DHCP/bootp: Always display by default value of Option 43 (Vendor-Specfic)Alexis La Goutte1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2014-01-22Fix encoding arg (found by encoding arg tools)Alexis La Goutte1-2/+2
2014-01-22Fix the second argument of some proto_item_add_subtree (function : dissect_ve...Alexis La Goutte1-2/+6
2014-01-20packet-bootp.c: In function 'dissect_vendor_generic_suboption':Anders Broman1-2/+2
2014-01-20Add generic dissection of unknown vendor sub options.Anders Broman1-3/+48
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