aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-33/+33
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-6/+6
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-08-08Dissectors don't need to #include <gmodule.h>wmeier1-1/+0
2011-05-11Remove some unused variable assignments. Fixes Coverity CID 1202.gerald1-3/+3
2011-05-07From Jens Osterkamp:jake1-6/+150
2011-03-03There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-17/+12
2011-01-31From Johan Kristell:jake1-2/+5
2011-01-16From Vaibhav Katkade:jake1-3/+75
2011-01-16Replace some tvb_get_ptr()s with tvb_get_ephemeral_string()s to ensure themorriss1-5/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-5/+3
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-10-22From Greg Schwendimann:jake1-0/+77
2009-10-05Initialize ip_addr to avoid an uninitialized warning.stig1-2/+2
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-12/+6
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-38/+38
2009-06-15Remove non-ASCII charactermorriss1-1/+1
2009-06-09Add decoding of auto-neg capabilites in inverse (wrong) order asjmayer1-0/+106
2009-06-09Powervalue is in units of 100mW, print effective value and unitjmayer1-3/+3
2009-02-09add some display detailsulfl1-2/+7
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-08-25#include <prefs.h> not req'dwmeier1-1/+0
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-3/+3
2007-03-03use the official PROFINET names (only comments changed)ulfl1-6/+6
2007-03-02Bugs 1095 and 1096 in the Ethereal bug database both pointed out that we gerald1-331/+331
2007-01-10append period values to the PROFINET PTCP statusulfl1-2/+76
2006-12-05fix output of PROFINET specific MAC addresses - it simply displayed garbageulfl1-3/+5
2006-11-17add dissection for PROFINET "PTCP Status"ulfl1-2/+33
2006-11-11add dissection of PROFINET "MRP Port Status"ulfl1-1/+33
2006-06-22add another PROFINET specific subtype (5:CHASSIS_MAC)ulfl1-1/+16
2006-06-21update PROFINET port2/3 status textulfl1-6/+16
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-24Mark the value_strings static.etxrab1-31/+31
2006-03-24add another comment what's currently missing in the PROFINET specific partsulfl1-0/+1
2006-01-28Squelch a compiler warning.guy1-1/+1
2006-01-28Expand the set of #defines in afn.h (and give a URL for the *current*guy1-65/+11
2006-01-23Bugfix: network address not dissected correctlyetxrab1-41/+112
2005-12-16From Jaap Keuter:etxrab1-14/+6
2005-11-12(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):ulfl1-3/+161
2005-10-16IPv6 addresses are 16 bytes.gerald1-1/+2
2005-09-23remove some compiler warningssahlberg1-10/+10
2005-09-20Give it an RCS ID.guy1-0/+2
2005-09-20fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument;...ulfl1-1/+1
2005-09-19Jim Young: LLDP improvementsjmayer1-6/+172