aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-35/+35
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
2011-05-12Add snai, mpf and efi to bf_tree, not tree. Fixes Coverity CID 1045.Chris Maynard1-3/+3
2011-03-26remove a proto_item variable we dont needRonnie Sahlberg1-3/+3
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-9/+9
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-1/+1
2010-01-19Use more unique names for certain enum constants.Bill Meier1-2/+2
2009-10-16sna_reassembled_table never used: remove it;Bill Meier1-3/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-20/+19
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-13/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-190/+189
2009-05-13Apply some of the patches from:Anders Broman1-5/+1
2009-05-08Fix a typo from the previous commit .....Bill Meier1-1/+1
2009-05-08FT_BOOLEAN fields with bitmask: Display is 'parent bitfield width' not BASE...Bill Meier1-1/+1
2009-05-01From Reinhard Speyerer:Jaap Keuter1-3/+3
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-7/+7
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-07-11Cast away the unsignedness of a string (which has had EBCDIC_to_ASCII() run o...Jeff Morriss1-20/+20
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-5/+5
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg1-2/+1
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-1/+1
2005-03-27buildbot bugfix: add another tvb_ensure_bytes_exist()Ulf Lamping1-1/+4
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-10The EBCDIC-to-ASCII routines are now declared in <epan/charsets.h>.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3597