cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]_cdma2k...
[metze/wireshark/wip.git] / epan / dissectors / packet-wol.c
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-06-21 Evan HuusRemove deprecated tvb_length from a bunch of dissectors
2015-02-21 Michael MannConvert dissectors to use address_with_resolution_to_st...
2014-12-21 Michael MannReplace ether_to_str with either address_to_str or...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-07-06 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-12-10 Chris MaynardRemove _U_ from dissect_wol's and dissect_wolheur's...
2013-11-21 Michael MannCreate new dissectors when a protocol goes across ether...
2013-10-09 Guy Harris0xffffffffffff doesn't necessarily fit in an int, so use
2013-10-09 Anders BromanTry to make more efficient heuristick checks.
2013-09-29 Michael MannConvert several proto_tree_add_bytes_format calls to...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-06-14 Michael MannRemoved check_col() and the occasional tree.
2013-03-19 Anders BromanFrom beroset:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-03-21 Bill Meier'tab-width/tabstop/tabSize' in editor modelines should...
2011-12-27 Chris MaynardUse tvb_ether_to_str() instead of ether_to_str(ep_tvb_m...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-01-21 Jeff MorrissUse tvb_ip_to_str()
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-01-13 Anders BromanFrom Didier Gautheron:
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_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeFrom Kovarththanan Rajaratnam:
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-19 Gerald CombsBack out r27047 and r27053.
2008-12-18 Gerald CombsUpdate calls to proto_tree_add_bytes_format to reflect...
2008-09-26 Bill MeierMinor cleanup related to proto_register and proto_reg_h...
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-11-06 Stephen FisherWake on LAN (WOL): New dissector from Chris Maynard...