Revert "Fixup: tvb_* -> tvb_captured"
[metze/wireshark/wip.git] / epan / dissectors / packet-llc.c
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-01 Guy HarrisJust have one value_string table for OUIs.
2014-05-31 Guy HarrisMove the definitions of OUI value_strings to epan/oui.c.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Bill MeierRemove trailing whitespace.
2013-12-18 Alexis La GoutteRemove unneeded #include epan/dissectors/packet-scsi.h
2013-12-18 Anders BromanFix [-Wmissing-prototypes]
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-14 Evan HuusAdd a cast to silence an unnecessary warning.
2013-12-14 Evan HuusFrom Peter Paluch via https://bugs.wireshark.org/bugzil...
2013-11-29 Jakub ZawadzkiAvoid including <wiretap/wtap.h> in dissectors.
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-09-11 Chris MaynardInstead of prepending "LLC " to the UI table name,...
2013-09-09 Chris MaynardChange some internal dissector table UI names so it...
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2013-04-07 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-19 Anders BromanFrom beroset:
2013-03-18 Anders BromanFrom Michal Labedzki:
2012-11-04 Anders BromanFrom Andrei Emeltchenko: Add OUI_BLUETOOTH part of...
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 Free Software Foundation address.
2012-02-28 Anders BromanFrom Mijo Safradin:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-02 Jaap KeuterFrom Daniel Ginsburg:
2010-10-10 Bill MeierDefine some fcns & vars as static; Some #includes not...
2010-09-12 Balint ReczeyDecode SLL payloads using a dissector table based on...
2010-08-16 Stephen FisherModernize the SONMP ("SynOptics Network Management...
2010-02-03 Anders BromanTry to get rid of unused code warnings.
2010-01-29 Anders BromanAdd 3GPP2 OUI.
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
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/COL_PROTOCOL) with...
2009-07-13 Jaap KeuterFix for bug 3710:
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-06-23 Jaap KeuterFrom Nathan Hartwell:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-08 Jaap KeuterClean up header fields.
2009-05-05 Guy HarrisGet rid of some other uses of ethertype() for protocols...
2009-05-03 Guy HarrisDon't use ethertype() - it's a bit of overkill.
2009-05-02 Guy HarrisAdd the mesh header dissector for OLPC mesh network...
2009-05-01 Guy HarrisClean up white space.
2009-03-01 Jaap KeuterFrom Carles Kishimoto:
2008-05-14 Jaap KeuterFrom Steve Karg:
2008-04-10 Jaap KeuterTurbocell dissector, initially by Colin Slater for...
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-10-07 Richard van der... From Chris Maynard <christopher.maynard@gtech.com>...
2006-10-11 Ronnie Sahlbergmove the ITL and the ITLQ structure to packet-scsi...
2006-09-20 Anders BromanFrom David Pelton:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-04-21 Ronnie Sahlbergupdates to get the fc and scsi dissectors
2005-10-25 Anders BromanFrom Martin André
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-08-27 Jörg MayerAdd classification of an aironet proprietary L2 protocol
2005-08-25 Ulf Lampingadd OUI's for Siemens and Xerox (and a hyperlink to...
2005-08-11 Jörg MayerAdd Extreme OUI, reorder alphabetically
2005-07-28 Jörg Mayerchar -> const char warning fixes
2005-07-20 Ulf Lamping"fix" bug #244: the implementation was correct but...
2005-03-21 Guy HarrisAdd a capture_fr() routine when capturing on Frame...
2005-01-06 Guy HarrisHandle the case where nobody registers any OUIs and...
2004-12-25 Ulf Lampinga lot of warnings removed, most of them about pointer...
2004-11-24 Guy HarrisExport two versions of the Ethereal dissector, for...
2004-10-11 Guy HarrisFrom Mark C. Brown: add HP's OUI.
2004-09-28 Guy HarrisMove the xDLC helper routines into epan.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.