aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sna.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-15/+9
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26We don't use EBCDIC_to_ASCII(), so we don't need to include <epan/charsets.h>.Guy Harris1-1/+0
2014-02-25Just use proto_tree_add_item() for an EBCDIC string.Guy Harris1-4/+1
2014-02-25Remove a few wrong use of tvb_get_string()Pascal Quantin1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-21/+13
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+9
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-29simplify dissect_gds() a bitMartin Kaiser1-6/+3
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-1/+0
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+9
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-70/+70
2012-10-22Comment more cases where static allocation is used with SET_ADDRESS.Jakub Zawadzki1-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-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