aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-4/+4
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-2/+2
2014-12-31DHCPv6: fix Nesting level does not match indendation (CID 1159219)Alexis La Goutte1-1/+2
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-3/+1
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-2/+0
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier1-1/+1
2014-11-25Eliminate proto_tree_add_text from some dissectors.Michael Mann1-21/+35
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-09-08Check hopcount is correctly incremented by 1Jérôme LAFORGE1-6/+16
2014-09-03Check whether the hop-count of most inner message is equal to 0Jérôme LAFORGE1-20/+37
2014-08-30Check whether the hop-count exceeds the HOP_COUNT_LIMIT or not.Jérôme LAFORGE1-2/+12
2014-06-25convert to proto_tree_add_subtree[_format]Michael Mann1-11/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-11Interpret DHCPv6 option 18 as a byte array. RFC 3315, section 22.18 strongly...Michael Mann1-18/+3
2014-02-24Remove executable bit from a few filesPascal Quantin1-0/+0
2014-02-20Fix "off by 1" bug in dissection of OPTION_AFTR_NAME introduced in 0548a7d5.Bill Meier1-1/+1
2014-02-20Fix minor bug; Use a consistent whitespace & formatting style; add extended v...Bill Meier1-429/+429
2014-02-19Create/Use some extended value strings.Bill Meier1-12/+18
2014-02-19Simplify/improve handling of FQDN field in various options; Fix some minor bugs.Bill Meier1-173/+131
2014-02-19Remove code which dissects CableLabs options 17.2170.3 thru 17.2170.9Bill Meier1-204/+16
2014-02-06Fix Bug #9690: DHCPv6 Packet dissector incorrectly handling FQDN in option 17...Bill Meier1-10/+6
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-6/+6
2013-12-12DHCPv6: update list of message types and options (from IANA)Jakub Zawadzki1-0/+72
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+9
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-20Don't use g_strv_length on a single string, just use strlen. Also do theEvan Huus1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-64/+64
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-06-20Fix errors found by fix-encoding-args scriptAlexis La Goutte1-2/+2
2013-06-20Fix packet-dhcpv6.c: In function 'dhcpv6_option': packet-dhcpv6.c:1826:36: er...Alexis La Goutte1-1/+1
2013-06-20From Brian Otte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8592Evan Huus1-72/+258
2013-06-13Fix typo errorPascal Quantin1-1/+1
2013-06-13Add basic dissection of Prefix Exclude optionPascal Quantin1-0/+17
2013-06-06Simplify the "bad length" expert info into a single filterable item with form...Michael Mann1-3/+1
2013-05-25Batch of filterable expert_infos.Michael Mann1-1/+1
2013-05-25Add filterable expert info.Michael Mann1-71/+110
2013-05-21DHCPv6 option 56, RFC 5908Michael Mann1-2/+62
2013-04-22Fix encoding args (via fix-encodings-args tools) Add Modelines infoAlexis La Goutte1-19/+31
2013-03-17[-Wmissing-prototypes]Anders Broman1-2/+2
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-25Add new query types, options and message types for DHCPv6 Bulk Leasequery pro...Michael Mann1-15/+54