aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-08-16Based on patch from Denis Ovsienko viaJeff Morriss1-1/+1
2011-08-08Dissectors don't need to #include <gmodule.h>Bill Meier1-1/+0
2011-05-11Remove some unused variable assignments. Fixes Coverity CID 1202.Gerald Combs1-3/+3
2011-05-07From Jens Osterkamp:Jaap Keuter1-6/+150
2011-03-03There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-17/+12
2011-01-31From Johan Kristell:Jaap Keuter1-2/+5
2011-01-16From Vaibhav Katkade:Jaap Keuter1-3/+75
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure theJeff Morriss1-5/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-5/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-22From Greg Schwendimann:Jaap Keuter1-0/+77
2009-10-05Initialize ip_addr to avoid an uninitialized warning.Stig Bjørlykke1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-12/+6
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-38/+38
2009-06-15Remove non-ASCII characterJeff Morriss1-1/+1
2009-06-09Add decoding of auto-neg capabilites in inverse (wrong) order asJörg Mayer1-0/+106
2009-06-09Powervalue is in units of 100mW, print effective value and unitJörg Mayer1-3/+3
2009-02-09add some display detailsUlf Lamping1-2/+7
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-3/+3