aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-manolito.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-11/+11
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-04-24Fix more val_to_str()-type callsMartin Mathieson1-2/+2
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-3/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-2/+2
2016-05-24manolito: fix indent (remove unused tab/space)Alexis La Goutte1-4/+4
2016-05-22manolito: Fix Dead Store (Dead assignement/Dead increment) Warning found by C...Alexis La Goutte1-1/+1
2016-05-17manolito: try to detect the packet type ...Martin Kaiser1-28/+28
2016-05-17manolito: use a value string for longnameMartin Kaiser1-29/+34
2016-05-17manolito: use tvb_get_string_enc() for the field nameMartin Kaiser1-7/+2
2016-05-17manolito: refactor the message parsingMartin Kaiser1-98/+97
2016-05-17manolito: remove some pointless commentsMartin Kaiser1-13/+1
2016-05-17manolito: skip integer elements that have an invalid lengthMartin Kaiser1-3/+12
2016-05-17manolito: don't use a temporary data pointerMartin Kaiser1-25/+17
2016-05-17manolito (CID 1355642): avoid shifting by 32 bitsMartin Kaiser1-9/+19
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-8/+32
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-57/+70
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-3/+2
2013-03-19From beroset:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10Fix bugs which caused certain fields to display with the wrong endianness;Bill Meier1-40/+29
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-2/+2
2005-08-17remove g_malloc from manolitoRonnie Sahlberg1-2/+2
2005-07-30More char -> const char fixesJörg Mayer1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-5/+5
2005-03-16Replace malloc()/free() with g_malloc()/g_free().Gerald Combs1-2/+2
2005-03-16Doing a g_assert() that can fail with data that could appear in a packetGuy Harris1-4/+10
2005-03-16close potential overflow causing malloc to allocate 0 bytesRonnie Sahlberg1-0/+1
2004-08-06From Jeff Connelly: MANOLITO support.Guy Harris1-0/+295