aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-pipe.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-3/+3
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-5/+5
2013-12-11- Make local functions static.Anders Broman1-0/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-9/+22
2013-11-25Move DCERPC data in packet_info needed for Decode As into packet scoped proto...Michael Mann1-3/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-26Mark a bunch of no-longer-used parameters as unused. Remove a couple ofJeff Morriss1-2/+2
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann1-78/+68
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-08-17Get rid of an unused variable.Guy Harris1-20/+8
2013-08-16Fix typo (failure to remove a %).Guy Harris1-143/+155
2013-08-16Make more filterable items courtesy of convert_proto_tree_add_text.pl.Michael Mann1-133/+111
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-4/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-18/+11
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-14/+19
2013-03-18From beroset:Anders Broman1-7/+7
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-23/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-6/+6
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)Pascal Quantin1-12/+5
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-25Fix Coverity CID 701035: Dereference after null check of hfinfo.Chris Maynard1-3/+3
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-11/+30
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-7/+7
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-8/+5
2010-10-29Use value_string_ext to access 'commands' value_string.Bill Meier1-6/+8
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-17Don't pass a NULL pointer to what is supposed to be (according to the format)...Jeff Morriss1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-1/+1
2010-02-03Changed "reassembled_length" -> "reassembled.length".Stig Bjørlykke1-1/+1
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+5
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-7/+7
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-21From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2009-05-13Apply some of the patches from:Anders Broman1-4/+2
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-2/+0