Move 3 ASN1 dissectors to 'clean' group; move 1 PIDL dissector to 'dirty' group.
[metze/wireshark/wip.git] / epan / dissectors / packet-lldp.c
2012-11-18 Martin KaiserFrom Wido Kelling
2012-11-07 Jaap KeuterFix for bug 7757:
2012-11-02 Anders BromanAssign a default value to temp_tree;
2012-11-02 Anders Bromanpacket-ssl.c add a cast to build on Win64
2012-11-02 Anders BromanFrom Wido Kelling:
2012-09-26 Michael Mannreplaced decode_boolean_bitfield calls with itemized...
2012-09-22 Chris MaynardFixup vlan_flags bug introduced with r45054
2012-09-22 Michael Mannreplaced decode_boolean_bitfield calls with itemized...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-03 Chris MaynardDelete extraneous return statement, which effectively...
2012-04-13 Guy Harris"OUI", not "OID", for IEEE OUIs.
2012-04-13 Guy HarrisPatch from Alex Lindberg to update the LLDP dissector...
2012-02-28 Anders BromanFrom Mijo Safradin:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-08-16 Jeff MorrissBased on patch from Denis Ovsienko via
2011-08-08 Bill MeierDissectors don't need to #include <gmodule.h>
2011-05-11 Gerald CombsRemove some unused variable assignments. Fixes Coverity...
2011-05-07 Jaap KeuterFrom Jens Osterkamp:
2011-03-03 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2011-01-31 Jaap KeuterFrom Johan Kristell:
2011-01-16 Jaap KeuterFrom Vaibhav Katkade:
2011-01-16 Jeff MorrissReplace some tvb_get_ptr()s with tvb_get_ephemeral_stri...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-10 Bill MeierDefine some fcns & vars as static; Some #includes not...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-10-22 Jaap KeuterFrom Greg Schwendimann:
2009-10-05 Stig BjørlykkeInitialize ip_addr to avoid an uninitialized warning.
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-15 Jeff MorrissRemove non-ASCII character
2009-06-09 Jörg MayerAdd decoding of auto-neg capabilites in inverse (wrong...
2009-06-09 Jörg MayerPowervalue is in units of 100mW, print effective value...
2009-02-09 Ulf Lampingadd some display details
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2008-08-25 Bill Meier#include <prefs.h> not req'd
2007-05-29 Guy HarrisUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-03-03 Ulf Lampinguse the official PROFINET names (only comments changed)
2007-03-02 Gerald CombsBugs 1095 and 1096 in the Ethereal bug database both...
2007-01-10 Ulf Lampingappend period values to the PROFINET PTCP status
2006-12-05 Ulf Lampingfix output of PROFINET specific MAC addresses - it...
2006-11-17 Ulf Lampingadd dissection for PROFINET "PTCP Status"
2006-11-11 Ulf Lampingadd dissection of PROFINET "MRP Port Status"
2006-06-22 Ulf Lampingadd another PROFINET specific subtype (5:CHASSIS_MAC)
2006-06-21 Ulf Lampingupdate PROFINET port2/3 status text
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-24 Anders BromanMark the value_strings static.
2006-03-24 Ulf Lampingadd another comment what's currently missing in the...
2006-01-28 Guy HarrisSquelch a compiler warning.
2006-01-28 Guy HarrisExpand the set of #defines in afn.h (and give a URL...
2006-01-23 Anders BromanBugfix: network address not dissected correctly
2005-12-16 Anders BromanFrom Jaap Keuter:
2005-11-12 Ulf Lamping(on behalf of the PROFIBUS Nutzerorganisation e.V....
2005-10-16 Gerald CombsIPv6 addresses are 16 bytes.
2005-09-23 Ronnie Sahlbergremove some compiler warnings
2005-09-20 Guy HarrisGive it an RCS ID.
2005-09-20 Ulf Lampingfix: packet-lldp.c(2071) : warning C4761: integral...
2005-09-19 Jörg MayerJim Young: LLDP improvements
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-09-16 Guy HarrisFix a type.
2005-09-15 Guy HarrisMove OUIs from LLDP dissector to oui.h.
2005-09-15 Guy HarrisRename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match...
2005-09-15 Guy HarrisWe already define ETHERTYPE_LLDP in "etypes.h" - use...
2005-09-15 Guy HarrisProperly handle 64-bit integer constants (they don...
2005-09-14 Anders BromanFrom Brian Bogora: