aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-manolito.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-2/+2
2005-08-17remove g_malloc from manolitosahlberg1-2/+2
2005-07-30More char -> const char fixesjmayer1-2/+2
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-5/+5
2005-03-16Replace malloc()/free() with g_malloc()/g_free().gerald1-2/+2
2005-03-16Doing a g_assert() that can fail with data that could appear in a packetguy1-4/+10
2005-03-16close potential overflow causing malloc to allocate 0 bytessahlberg1-0/+1
2004-08-06From Jeff Connelly: MANOLITO support.guy1-0/+295