aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-13Apply some of the patches from:Anders Broman1-10/+5
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-3/+4
2008-02-08based on the novell idllib sources :Ronnie Sahlberg1-1/+1
2007-12-07Register the "samr.nt_password" preference as obsolete.Gerald Combs1-0/+9
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-6/+6
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-0/+2
2007-08-15- s/ntohs/g_ntohsJeff Morriss1-9/+6
2007-05-08update PIDL_dissect_cvstring so that it can be used in a future pidl to Ronnie Sahlberg1-8/+40
2007-05-06add CBA_E_INVALIDIDUlf Lamping1-0/+1
2007-03-30Fix more warningsStephen Fisher1-3/+2
2007-03-19Get rid of unused variable.Guy Harris1-1/+0
2007-02-27add PIDL friendly helper to manage unicode stringsRonnie Sahlberg1-0/+21
2006-11-26From Stefan Metzmacher:Jaap Keuter1-6/+13
2006-11-24From Stefan Metzmacher:Jaap Keuter1-12/+19
2006-11-21fix for bug 1226:Ronnie Sahlberg1-1/+4
2006-10-20Catch an infinite loop. Fixes bug 1172.Gerald Combs1-12/+15
2006-09-28From stephen fisher:Ronnie Sahlberg1-4/+2
2006-09-24print the connectionless interface name if such is knownUlf Lamping1-3/+11
2006-09-23replace a rotating buffer in smb with ep allocated memoryRonnie Sahlberg1-4/+4
2006-09-13the way we pass dcerpc strings from deep down in helpers to high level dissec...Ronnie Sahlberg1-0/+4
2006-09-07tweak some expert infos so they better work with the composite dialog (e.g. r...Ulf Lamping1-6/+6
2006-09-02Add brackets to squelch a compiler warning.Guy Harris1-22/+23
2006-08-28minor format string changeUlf Lamping1-2/+2
2006-08-18guids are not olnly used in dcerpc interfaces and they often occur in many ...Ronnie Sahlberg1-3/+0
2006-08-17some further work on the GUID/UUID resolvingsUlf Lamping1-255/+32
2006-08-17add missing _WIN32 encapsulation so braces match and compilation under non-wi...Ronnie Sahlberg1-0/+2
2006-08-16various UUID/GUID based changes.Ulf Lamping1-65/+92
2006-07-22add some more "informational" (generated) fields to the dcerpc treeUlf Lamping1-12/+62
2006-07-08don't use only upper case letters for ResolveWin32UUID parameter and variable...Ulf Lamping1-19/+19
2006-07-08if the request/response subdissector couldn't be called because of missing bi...Ulf Lamping1-2/+14
2006-07-06add another CBA DCOM HRESULTUlf Lamping1-0/+1
2006-07-01lower the expert info level from NOTE to CHAT for the multiple PDU message, a...Ulf Lamping1-1/+1
2006-06-29keep the (optional) Object UUID in the call valueUlf Lamping1-1/+5
2006-06-29the drep parameter of dissect_dcerpc_uuid_t() should be guint8 * instead of c...Ulf Lamping1-1/+1
2006-06-26add a new column DCE/RPC context IDUlf Lamping1-0/+42
2006-06-23fix the reading of UUID's from the Win32 registry, it was broken as we switch...Ulf Lamping1-3/+4
2006-06-15add a missing status codeUlf Lamping1-0/+1
2006-06-12add some more DCOM related HRESULTSUlf Lamping1-0/+4
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-5/+5
2006-05-05add two missing DCOM Dispatch error codesUlf Lamping1-0/+2
2006-03-17fix for coverity bug 41Ronnie Sahlberg1-3/+12
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-4/+0
2006-03-08Fix a couple of compilation warnings.Gerald Combs1-2/+6
2006-03-08Use Unicode for all native Win32 calls. Unicode Windows applicationsGerald Combs1-2/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-1/+1
2006-01-19add "RPC_E_TIMEOUT" to the reject status codesUlf Lamping1-0/+1
2005-11-12add initial decode of dcerpc over smb2Ronnie Sahlberg1-0/+8
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadGerald Combs1-136/+136