aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-10Remove superfluous length check (CID-1158783)Jaap Keuter1-6/+0
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-28LLDP: Add 802.3 TLV Energy Efficient Ethernet (Subtype 5)Alexis La Goutte1-0/+49
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+7
2015-11-19Lldp: Lldp Dissector Column Info is updated for ProfinetBirol Capa1-3/+21
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-07-02LLDP: fix dissection of Power Class fieldPascal Quantin1-1/+11
2015-02-22Fix handling of longitude and latitude values.Guy Harris1-3/+3
2015-02-22Clean up display of raw hex latitude/longitude values.Guy Harris1-1/+1
2015-02-22Put back address family field.Guy Harris1-0/+1
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-5/+5
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-4/+4
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-8/+4
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-8/+4
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-10/+10
2014-11-17LLDP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-11-150.0 is a double, 0.0f is a float.Guy Harris1-1/+1
2014-11-15LLDP: Dissector for Hytec specific extensions addedGregor Miernik1-1/+587
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-3/+3
2014-10-04LLDP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-10-01LLDP: TIA Network Policy Unknown Policy Flag Decode is not correctAlexis La Goutte1-18/+8
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-2/+2
2014-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-15/+22
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-49/+32
2014-06-19Use the same offset += rtnValue logic for all TLV types, instead of a special...Anish Bhatt1-6/+16
2014-06-11Rename temp variables to a more human readable formAnish Bhatt1-117/+117
2014-06-11Use offset instead of tempOffset, return offset instead of calculating (len +...Anish Bhatt1-507/+539
2014-06-11Use expert info for Invalid length/type where possible, other minor fixesAnish Bhatt1-105/+70
2014-06-11Fix bug in dissect_lldp_port_id, support all port id subtypesAnish Bhatt1-12/+78
2014-06-09Add modelinesAnish Bhatt1-0/+13
2014-06-09remove all checks for if (tree)Anish Bhatt1-655/+514
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-06-06Misc lldp cleanup.Anish Bhatt1-32/+39
2014-06-06LLDP-MED CleanupAnish Bhatt1-116/+258
2014-06-03LLDP : Fix bug in mdi_power_source hf.Anish Bhatt1-8/+10
2014-06-01Just have one value_string table for OUIs.Guy Harris1-2/+2
2014-05-28LLDP Cleanup : 802.1 Qbg TLVAnish Bhatt1-8/+18
2014-05-22Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+2
2014-05-22LLDP Cleanup : 802.3 TLVAnish Bhatt1-26/+68
2014-05-20Fix error in dcbx feature TLV dissection. Willing and Error bits were flippedAnish Bhatt1-6/+6
2014-05-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+4
2014-05-13LLDP cleanup : Management Address TLVAnish Bhatt1-14/+34
2014-05-08Small fix to how number of traffic classes is displayed for ETS.Anish Bhatt1-1/+4
2014-05-07Further LLDP dissection cleanupAnish Bhatt1-16/+51
2014-05-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0