aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-manolito.c
AgeCommit message (Expand)AuthorFilesLines
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