HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-manolito.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-07-21 Michael MannAdd proto_tree_add_checksum.
2016-05-24 Alexis La Gouttemanolito: fix indent (remove unused tab/space)
2016-05-22 Alexis La Gouttemanolito: Fix Dead Store (Dead assignement/Dead increme...
2016-05-17 Martin Kaisermanolito: try to detect the packet type ...
2016-05-17 Martin Kaisermanolito: use a value string for longname
2016-05-17 Martin Kaisermanolito: use tvb_get_string_enc() for the field name
2016-05-17 Martin Kaisermanolito: refactor the message parsing
2016-05-17 Martin Kaisermanolito: remove some pointless comments
2016-05-17 Martin Kaisermanolito: skip integer elements that have an invalid...
2016-05-17 Martin Kaisermanolito: don't use a temporary data pointer
2016-05-17 Martin Kaisermanolito (CID 1355642): avoid shifting by 32 bits
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-16 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-01-08 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-10-04 Bill MeierAdd editor modelines; Reformat as appropriate.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-09-13 Jörg MayerDario Lombardo <lomato@gmail.com> via
2013-03-19 Anders BromanFrom beroset:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-10 Bill MeierFix bugs which caused certain fields to display with...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-11 Guy HarrisReplace tvb_memcpy() calls that extract IPv4 addresses...
2005-08-17 Ronnie Sahlbergremove g_malloc from manolito
2005-07-30 Jörg MayerMore char -> const char fixes
2005-07-09 Guy HarrisSquelch various signed vs. unsigned warnings by:
2005-03-16 Gerald CombsReplace malloc()/free() with g_malloc()/g_free().
2005-03-16 Guy HarrisDoing a g_assert() that can fail with data that could...
2005-03-16 Ronnie Sahlbergclose potential overflow causing malloc to allocate...
2004-08-06 Guy HarrisFrom Jeff Connelly: MANOLITO support.