aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cdp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-99/+99
2023-07-19Fix more item/call issuesMartin Mathieson1-1/+1
2023-04-16cdp: add one URL, use the Wayback Machine for another.Guy Harris1-1/+8
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-4/+4
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-11/+11
2022-08-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-15/+15
2022-01-23cdp: fix tvbuff.c:4429: failed assertion len > 0Alexis La Goutte1-1/+4
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-1/+1
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-4/+4
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-22/+22
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-6/+6
2020-11-15cdp: fix item lengthAlexis La Goutte1-2/+2
2020-07-29CDP: Improve CDP port ID TLV hack heuristicJaap Keuter1-1/+2
2020-01-11Compilation fixes when CMAKE_BUILD_TYPE = MinSizeRel (-Os flag).Roman Koshelev1-1/+1
2020-01-10Use symbolic values for Cisco's LLC PIDsJoerg Mayer1-2/+2
2019-08-04Use ENC_NA, not ENC_BIG_ENDIAN, for a sequence of bytes.Guy Harris1-1/+1
2019-08-03CDP: Expand dissection of capabilitesOliver1-0/+24
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-10Improve handling of VOIP VLAN queries and replies.Guy Harris1-33/+50
2018-01-09Clean up dissection of "power requested" and "power available" TLVs.Guy Harris1-30/+44
2018-01-07CDP: Resolve 802.2 Protocol type protocols, show IPv6Uli Heilmeier1-0/+21
2017-10-21Eliminate #include <epan/oui.h> from dissectors that don't need it.Michael Mann1-1/+0
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-16/+11
2016-09-22CDP: Add CDP over GREAlexis La Goutte1-1/+2
2016-08-21CDP: Don't read outside payload for Port IDUli Heilmeier1-1/+2
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-1/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-51/+19
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
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-3/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-10/+10
2014-10-30Eliminate proto_tree_add_text from packet-q933.cMichael Mann1-2/+0
2014-10-20Eliminate proto_tree_add_text from packet-cdp.cMichael Mann1-251/+245
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-1/+14
2014-08-15Update some URLs.Guy Harris1-6/+4
2014-08-09Clean up Internet checksum handling.Guy Harris1-4/+2
2014-06-25Get rid of an unused variable.Guy Harris1-1/+0
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-135/+92
2014-04-26Added fields used by HP MSM access points.Lasse Luttermann Poulsen1-0/+203
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-5/+5
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-22Revert r52730, it is unnecessary with r52695 reverted.Evan Huus1-1/+0