Forbid leading, duplicated and trailing dots in field names
[metze/wireshark/wip.git] / epan / dissectors / packet-srvloc.c
2018-04-16 Peter WuForbid leading, duplicated and trailing dots in field...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-05-17 Michael MannUse proto_tree_add_item instead of proto_tree_add_xxx.
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-07-17 Michael MannFix sscanf VS Code Analysis warnings.
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-08 Guy HarrisMore needed <stdlib.h>. Note why it and <stdio.h>...
2015-11-07 Guy HarrisRemove some unnecessary includes.
2015-06-22 Evan HuusRemove a bunch of deprecated tvb_length calls
2015-03-15 Pascal QuantinSRVLOC: always intialize prot before calling sscanf
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2015-01-27 Hadriel KaplanLua: Expose tcp_dissect_pdus() to Lua
2015-01-21 Bill Meiersrvloc: fix a very minor bug
2014-12-27 Pascal QuantinSRVLOC: fix some fields registration (regression introd...
2014-12-27 Michael MannEliminate proto_tree_add_text from packet-srvloc.c
2014-12-25 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-01 Michael MannUse proto_tree_add_bitmask for groups of proto_tree_add...
2014-10-03 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-09-15 Guy HarrisHandle SRVLOC-over-TCP like other XXX-over-TCP protocols.
2014-07-09 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-06-18 Dario LombardoFixup: tvb_get_string(z) -> tvb_get_string(z)_enc
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-22 Bill MeierDon't use 'L' as a constant modifier.
2013-12-14 Guy HarrisUse proto_tree_add_item() rather than fetching a string...
2013-12-10 Anders Broman- Forward declaration of register functions.
2013-11-09 Michael MannAdd data parameter to tcp_dissect_pdus() as well as...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-13 Jörg MayerDario Lombardo <lomato@gmail.com> via
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-03 Michael Mannexpert_add_info_format_text + proto_tree_add_text ...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-06-12 Michael MannBatch of filterable expert infos with some minor cleanu...
2013-03-19 Anders BromanFrom beroset:
2012-12-26 Guy HarrisFix a bunch of warnings.
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-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-11 Guy HarrisGet rid of remaining Booleans-as-encoding-arguments in
2012-03-31 Jakub ZawadzkiFix off by one shift errors introduced in r39530 where...
2011-10-26 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) Warnin...
2011-10-23 Bill MeierReplace use of tvb_get_ephemeral_faked_unicode() by...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-04-22 Stephen FisherFix various warnings found by clang 3.0 (trunk 129935...
2011-01-16 Jeff MorrissThere's no need to pass the result of tvb_get_ptr(...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2009-12-19 Guy HarrisFor fields of type FT_ABSOLUTE_TIME, have the "display...
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-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-05 Guy HarrisThe expert_item pointers and expert_status values don...
2009-03-31 Bill Meier#include reassemble.h not req'd
2009-03-29 Anders BromanMore size_t casts.
2008-12-17 Bill MeierFix some typos and spelling (mostly in text strings)
2008-07-11 Jeff MorrissFix a couple signed/unsigned char mismatches (still...
2008-02-02 Stig BjørlykkeRewrote some prohibited APIs in epan/dissectors/ (sprin...
2008-01-25 Jaap KeuterFrom Bill Florac:
2008-01-25 Jaap KeuterFrom Bill Florac::
2008-01-22 Jaap KeuterFrom Bill Florac:
2008-01-22 Jaap KeuterFrom Bill Florac:
2006-10-31 Ronnie Sahlbergchange the signature for the get_pdu_len() function...
2006-08-28 Greg MorrisFix the decoding of SLP attributes. Open SLP has the...
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...
2006-01-11 Gerald CombsIf we pass a short length to unicode_to_bytes(), return...
2005-11-23 Anders BromanFrom Greg Morris:
2005-10-12 Guy HarrisDon't use a static, fixed-length buffer for the result of
2005-08-10 Ronnie Sahlbergconvert some tvb_fake_unicode() to tvb_get_ephemeral_fa...
2005-04-25 Gerald CombsFix an infinite loop.
2005-04-20 Gerald CombsUse proto_tree_add_time() for hf_srvloc_authblkv2_times...
2005-02-09 Lars RolandMove the following files from /trunk to /trunk/epan:
2005-01-07 Guy HarrisFrom Chris Maynard: free strings fetched with "tvb_fake...
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.