aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* From Greg Schwendimann:Jaap Keuter2009-10-221-0/+77
* Initialize ip_addr to avoid an uninitialized warning.Stig Bjørlykke2009-10-051-2/+2
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-3/+1
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-12/+6
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-38/+38
* Remove non-ASCII characterJeff Morriss2009-06-151-1/+1
* Add decoding of auto-neg capabilites in inverse (wrong) order asJörg Mayer2009-06-091-0/+106
* Powervalue is in units of 100mW, print effective value and unitJörg Mayer2009-06-091-3/+3
* add some display detailsUlf Lamping2009-02-091-2/+7
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris2007-05-291-3/+3
* use the official PROFINET names (only comments changed)Ulf Lamping2007-03-031-6/+6
* Bugs 1095 and 1096 in the Ethereal bug database both pointed out that we Gerald Combs2007-03-021-331/+331
* append period values to the PROFINET PTCP statusUlf Lamping2007-01-101-2/+76
* fix output of PROFINET specific MAC addresses - it simply displayed garbageUlf Lamping2006-12-051-3/+5
* add dissection for PROFINET "PTCP Status"Ulf Lamping2006-11-171-2/+33
* add dissection of PROFINET "MRP Port Status"Ulf Lamping2006-11-111-1/+33
* add another PROFINET specific subtype (5:CHASSIS_MAC)Ulf Lamping2006-06-221-1/+16
* update PROFINET port2/3 status textUlf Lamping2006-06-211-6/+16
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* Mark the value_strings static.Anders Broman2006-03-241-31/+31
* add another comment what's currently missing in the PROFINET specific partsUlf Lamping2006-03-241-0/+1
* Squelch a compiler warning.Guy Harris2006-01-281-1/+1
* Expand the set of #defines in afn.h (and give a URL for the *current*Guy Harris2006-01-281-65/+11
* Bugfix: network address not dissected correctlyAnders Broman2006-01-231-41/+112
* From Jaap Keuter:Anders Broman2005-12-161-14/+6
* (on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping2005-11-121-3/+161
* IPv6 addresses are 16 bytes.Gerald Combs2005-10-161-1/+2
* remove some compiler warningsRonnie Sahlberg2005-09-231-10/+10
* Give it an RCS ID.Guy Harris2005-09-201-0/+2
* fix: packet-lldp.c(2071) : warning C4761: integral size mismatch in argument;...Ulf Lamping2005-09-201-1/+1
* Jim Young: LLDP improvementsJörg Mayer2005-09-191-6/+172
* Move a pile of protocol-related headers from the top-level sourceGuy Harris2005-09-171-2/+2
* Fix a type.Guy Harris2005-09-161-1/+1
* Move OUIs from LLDP dissector to oui.h.Guy Harris2005-09-151-35/+39
* Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.Guy Harris2005-09-151-68/+123
* We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineGuy Harris2005-09-151-659/+594
* Properly handle 64-bit integer constants (they don't happen by magic,Guy Harris2005-09-151-23/+23
* From Brian Bogora:Anders Broman2005-09-141-0/+2194