aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmt-lct.c
AgeCommit message (Expand)AuthorFilesLines
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-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-3/+3
2011-05-20Copy data from the TVB into ep_alloc'd memory, rather than saving a pointer i...Jeff Morriss1-2/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+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-19Fix a few gcc _Wshadow warnings ....Bill Meier1-11/+11
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-4/+4
2008-10-31Revert SVN #26644: The fix is not needed ....Bill Meier1-15/+13
2008-10-31Fix two cases of adding to COL_INFO w/o checking firstBill Meier1-13/+15
2008-01-30Dissect the FLUTE "data".Anders Broman1-4/+14
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris1-21/+3
2007-04-30Thou shalt not squelch compiler complaints about an assignmentGuy Harris1-3/+22
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-4/+4
2005-10-20From Julian OnionsAnders Broman1-71/+111
2005-06-18Dominik Kuhlen: Fix a copy/paste bug reported inJörg Mayer1-1/+1
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris1-0/+469