aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Add snai, mpf and efi to bf_tree, not tree. Fixes Coverity CID 1045.cmaynard1-3/+3
2011-03-26remove a proto_item variable we dont needsahlberg1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-9/+9
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-1/+1
2010-01-19Use more unique names for certain enum constants.wmeier1-2/+2
2009-10-16sna_reassembled_table never used: remove it;wmeier1-3/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-20/+19
2009-08-09Don't guard col_clear with col_checkkrj1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-13/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-190/+189
2009-05-13Apply some of the patches from:etxrab1-5/+1
2009-05-08Fix a typo from the previous commit .....wmeier1-1/+1
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...wmeier1-1/+1
2009-05-01From Reinhard Speyerer:jake1-3/+3
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-7/+7
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-3/+3
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-07-11Cast away the unsignedness of a string (which has had EBCDIC_to_ASCII() run o...morriss1-20/+20
2007-10-23Apply the small performance enhancment patches for:etxrab1-5/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-1/+1
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-2/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...sahlberg1-2/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-1/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist()ulfl1-1/+4
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-10The EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+3597