aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lwapp.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-05-23Fix compilation.tuexen1-1/+2
2011-05-23Use correct subtree in 'call dissector(...)': Fixes Coverity 962 [UNUSED].wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-36/+37
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-09-24Remove check_col() guardkrj1-9/+3
2009-09-23Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...krj1-6/+3
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-6/+3
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-13/+13
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-3/+3
2007-10-26Stop including xmlstab.hmartinm1-1/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-3/+3
2007-03-21Small spelling fixesjmayer1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-08various code cleanup:ulfl1-4/+0
2005-07-09MAC addresses are arrays of bytes, not strings; make the destination MACguy1-4/+3
2005-07-05From : David Frasconeetxrab1-2/+26
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedguy1-3/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-26Update the I-D name.guy1-1/+1
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+589