aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30SPOOLSS: Try to avoid an infinite loop.Gerald Combs1-2/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-7/+7
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-08-12Eliminate proto_tree_add_text from some dissectors.Michael Mann1-108/+138
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-3/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-385/+121
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-2/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-0/+13
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-105/+39
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier1-0/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-5/+5
2013-11-27- Create/use several extended value_stringsBill Meier1-2/+2
2013-11-06Add _U_ to a function parameter to fix a compiler warningBill Meier1-1/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-731/+686
2013-10-01Add cast.Evan Huus1-1/+1
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-85/+50
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-3/+3
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-12/+14
2013-06-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-14/+14
2013-02-28Fix Coverity CID 280366: Dead default in switch.Chris Maynard1-14/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-27Fix bugs: #7532, 7534 dissect_ndr_cvstring returns ep-memory, don't free it.Jakub Zawadzki1-15/+0
2012-07-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7479 :Pascal Quantin1-1/+4
2012-07-13tvb_length_remaining() can return -1, so be sure to deal with it if it does.Chris Maynard1-1/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-03From Martin Kaiser (on -dev): initialize an uninitialized variable. From me:...Jeff Morriss1-4/+4
2012-04-03Implement spoolss function GetPrinterDriverDirectory (opnum 12).Graham Bloice1-11/+121
2011-10-25Fix encoding arg for call to tvb_get_unicode_string().Bill Meier1-1/+1
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-2/+2
2011-07-13Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-4/+4
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard1-27/+0
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-8/+8
2011-01-28Remove the remaining tvb_fake_unicode() calls in the dissector source. Stephen Fisher1-10/+5
2010-11-17User value_string_ext fcns to access several value_string arrays;Bill Meier1-346/+450
2010-10-07Define a few global variables as static.Bill Meier1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-387/+387
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-04Init ett_... variables to -1Bill Meier1-6/+6