aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
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