aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-nt.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-dcerpc-nt.c: fix a crash bugStefan Metzmacher1-2/+2
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-59/+11
2013-11-27- Create/use several extended value_stringsBill Meier1-2/+2
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-1/+1
2013-11-06Mark more unused parameters.Evan Huus1-2/+2
2013-11-06SID28 is special kind of SID where no matter what it uses 28 bytes it's used ...Michael Mann1-2/+64
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-99/+83
2013-10-21Fix compile errors introduced in r52734.Michael Mann1-2/+2
2013-10-21Datablob size is NDR64/32 dependant. Bug 9301 (https://bugs.wireshark.org/bu...Michael Mann1-2/+2
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-10/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-12/+12
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-29/+19
2013-01-26Initialize some hf_... vars to -1;Bill Meier1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-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-26Fix memleaks (tvb_get_unicode_string())Jakub Zawadzki1-0/+1
2012-07-07From Evan Huus: Fix "Useless null checks in packet-dcerpc*"Bill Meier1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-90/+90
2011-12-16DCE/RPC: When printing counted strings to the tree, we divided the number of ...Ronnie Sahlberg1-1/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-2/+2
2011-09-19Since the call to expert_add_info_format() was commented out, 'ti' isn't need...Chris Maynard1-9/+4
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorRonnie Sahlberg1-3/+7
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+27
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+83
2011-07-19Add a DREP_LITTLE_ENDIAN for the DCE RPC endianness bit in the dataGuy Harris1-3/+9
2011-07-10Make sure the SID string attached to a dcerpc_call_value has sessionGuy Harris1-1/+7
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-4/+4
2010-02-04From: Stefan Metzmacher <metze@samba.org>Ronnie Sahlberg1-2/+2
2009-10-20From Matthieu PatouRonnie Sahlberg1-2/+2
2009-10-11Make ett_nt_unicode_string static.Stig Bjørlykke1-1/+1
2009-10-06more updates to samr to harmonize it with sambaRonnie Sahlberg1-5/+65
2009-10-04update the string helpers to be ndr64 awareRonnie Sahlberg1-6/+18
2009-10-04update dissect_ndr_nt_PSID_ARRAY() to be ndr64 awareRonnie Sahlberg1-0/+8
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg1-1/+1
2009-10-03make dissect_ndr_nt_SID handle ndr64Ronnie Sahlberg1-1/+1
2009-09-30The dcerpc dissectors used to walk the list of items upward parent by Ronnie Sahlberg1-13/+20
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-9/+8
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2008-06-26Fix a missed "item" -> "item_local" in the previous checkin.Guy Harris1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-5/+5
2008-03-17pol_value->name was g_malloc()'d which meant we needed to go through the hash...Jeff Morriss1-26/+10
2008-02-09Fix (Sun) compiler warnings as reported by David Kirkby: Part 1Bill Meier1-3/+1