aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
2005-09-16Fix a type.guy1-1/+1
2005-09-15Move OUIs from LLDP dissector to oui.h.guy1-35/+39
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.guy1-68/+123
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineguy1-659/+594
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,guy1-23/+23
2005-09-14From Brian Bogora:etxrab1-0/+2194