cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]_cdma2k...
[metze/wireshark/wip.git] / epan / dissectors / packet-dsi.c
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-12-13 Michael MannAdjust proto_tree_add_uint_format_value calls to use...
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-06-23 Evan HuusRemove more deprecated tvb_length
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2015-01-20 Bill Meierdsi: fix a trivial bug
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-10-04 Bill MeierAdd editor modelines; Reformat as appropriate.
2014-06-25 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-04-06 Guy HarrisGet rid of an extra blank line.
2014-04-06 Guy HarrisMove the status dissecting code to the AFP dissector.
2014-04-04 Guy HarrisClean up some strings - "UTF8" to "UTF-8", etc..
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-24 Guy HarrisCheck for a zero offset in the "get status" reply ...
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-10-21 Michael MannPass struct aspinfo "private data" into subdissectors...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-03-16 Anders Broman[-Wmissing-prototypes]
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-30 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-04-27 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20120...
2012-01-19 Chris MaynardFix some duplicate display filter names.
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
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-01-16 Jeff MorrissUse tvb_memeql() and tvb_memcpy().
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-11-15 Anders Broman"Fill" value_strings.
2010-11-08 Bill MeierUse value_string_ext fcns to access certain value_strin...
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-09-10 Anders BromanFrom Alex deVries:
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_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-19 Stig BjørlykkeFrom Artem Tamazov (bug 3472):
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-09-25 Bill MeierMinor proto_reg_handoff cleanup
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-03-14 Guy HarrisUpdate documentation information.
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-27 Stephen FisherFix about 100 simple to fix warnings from gcc 4.0 in...
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-03-20 Ronnie Sahlbergwaste a couple of bytes per tcp conversation and make...
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-24 Ronnie Sahlbergconvert some uses of tvb_get_string() to ep_tvb_get_str...
2005-06-19 Luis Ontanonfrom Didier Gautheron
2005-03-31 Guy HarrisAdd a link to a more recent Apple page describing DSI.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-08-21 Ulf LampingPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.