aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-24Mark the value_strings static.Anders Broman1-31/+31
2006-03-24add another comment what's currently missing in the PROFINET specific partsUlf Lamping1-0/+1
2006-01-28Squelch a compiler warning.Guy Harris1-1/+1
2006-01-28Expand the set of #defines in afn.h (and give a URL for the *current*Guy Harris1-65/+11
2006-01-23Bugfix: network address not dissected correctlyAnders Broman1-41/+112
2005-12-16From Jaap Keuter:Anders Broman1-14/+6
2005-11-12(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping1-3/+161
2005-10-16IPv6 addresses are 16 bytes.Gerald Combs1-1/+2
2005-09-23remove some compiler warningsRonnie Sahlberg1-10/+10
2005-09-20Give it an RCS ID.Guy Harris1-0/+2
2005-09-20fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument;...Ulf Lamping1-1/+1
2005-09-19Jim Young: LLDP improvementsJörg Mayer1-6/+172
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-09-16Fix a type.Guy Harris1-1/+1
2005-09-15Move OUIs from LLDP dissector to oui.h.Guy Harris1-35/+39
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.Guy Harris1-68/+123
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineGuy Harris1-659/+594
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,Guy Harris1-23/+23
2005-09-14From Brian Bogora:Anders Broman1-0/+2194