aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bootp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some UDP subdissectors to "new" style.Michael Mann1-5/+7
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-01Treat IPv4 subnet masks as distinct from addressesJeffrey Smith1-2/+2
2015-09-18DHCP (bootp): Fix Dead Store (Dead assignement/Dead increment) warning found ...Alexis La Goutte1-1/+0
2015-09-13Squelch 64-bit-to-32-bit warnings by just casting to int.Guy Harris1-3/+3
2015-09-13bootp: simplify avaya parameter parsingEvan Huus1-105/+88
2015-09-13Bootp/DHCP: Add option 242 (Avaya IP Telephone)Uli Heilmeier1-1/+314
2015-08-29bootp/dhcp: fix Alcatel suboption detection bugJeffrey Smith1-1/+1
2015-08-26bootp/dhcp: tighten check for Alcatel extensionsJeffrey Smith1-2/+36
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20BOOTP: fix indent (use tab)Alexis La Goutte1-5/+4
2015-08-04Convert H.225 tap stats to new "generic stat API".Gerald Combs1-1/+1
2015-07-08Add SimpleStatisticsDialog.Gerald Combs1-1/+1
2015-07-03Convert BOOTP/DHCP tap stats to new "generic stat API".Michael Mann1-0/+89
2015-07-03bootp: try to fix OSX builtbotMartin Mathieson1-2/+2
2015-07-03DHCP: Lookup OUI for TR111 suboption. Also add Ubiquisys OUI to oui_vals.Martin Mathieson1-9/+19
2015-06-25bootp: replace THROW() by an expert infoMartin Kaiser1-6/+12
2015-04-20Don't use FT_STRINGZ for something that's not a string.Guy Harris1-1/+1
2015-03-18[BOOTP] Try to fix the build boot by casting a variable to 32bits while atAndersBroman1-17/+18
2015-03-18Remove proto_tree_add_text from packet-bootp.cMichael Mann1-276/+682
2015-03-11Minor fix of RFC's number into comment.Jérôme LAFORGE1-1/+1
2015-03-10Bootp: fix typoAlexis La Goutte1-1/+1
2015-03-03Add tvb_get_ether_nameMichael Mann1-1/+1
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+5
2015-01-20DHCP/BOOTP: Option 125 Suboption: (5) fix display Modem CapabilitiesAlexis La Goutte1-2/+5
2015-01-17DHCP/BOOTP: Option 125 Suboption: (1) option-len always expects 1 but specifi...Alexis La Goutte1-2/+2
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-1/+1
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-5/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
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