aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-06Fix build failures caused by lldp cleanupAnish Bhatt1-51/+2
2014-05-06Cleanup LLDP dissection, convert add_text to tree items.Anish Bhatt1-17/+41
2014-05-02LLDP: Remove packet-lldp.hAlexis La Goutte1-1/+27
2014-05-02Add support for Logical Link Down TLV.Anish Bhatt1-0/+25
2014-04-29Add support for Congestion Notification TLVs (802.1Qau)Anish Bhatt1-0/+114
2014-04-28Fix checkAPIs warnings in packet-lldp.c. repoted_length() used instead of cap...Anish Bhatt1-4/+4
2014-04-28This block of defines was always changed when I was retabbing my additions, t...Anish Bhatt1-7/+7
2014-04-28With the use of tvb_reported_length_remaining(), there is no need to calculat...Anish Bhatt1-6/+2
2014-04-28Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+1
2014-04-28Add Support for IEEE DCBx (8021az)Anish Bhatt1-5/+361
2014-04-28Add support for DCBX cee/cin protocolMichael Mann1-0/+464
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-4/+4
2013-12-19Use proto_tree_add_item() in cases where we don't actually look at theGuy Harris1-14/+6
2013-12-17Fix what appears to be a misuse of pointers in the LLDP dissector as caught byEvan Huus1-7/+7
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-09-24From Wido Kelling via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9176 :Jeff Morriss1-3/+3
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-3/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-09-02Fix indent (Mix of tab and space...) => use tabAlexis La Goutte1-102/+102
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+8
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-8/+4
2012-11-18From Wido KellingMartin Kaiser1-4/+5
2012-11-07Fix for bug 7757:Jaap Keuter1-2/+2
2012-11-02Assign a default value to temp_tree;Anders Broman1-0/+3
2012-11-02packet-ssl.c add a cast to build on Win64Anders Broman1-0/+2
2012-11-02From Wido Kelling:Anders Broman1-1/+156
2012-09-26replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-1/+0
2012-09-22Fixup vlan_flags bug introduced with r45054Chris Maynard1-4/+4
2012-09-22replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-463/+602
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-20/+20
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-03Delete extraneous return statement, which effectively made the entire dissect...Chris Maynard1-1/+1
2012-04-13"OUI", not "OID", for IEEE OUIs.Guy Harris1-4/+4
2012-04-13Patch from Alex Lindberg to update the LLDP dissector to displayGuy Harris1-43/+64
2012-02-28From Mijo Safradin:Anders Broman1-36/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2