aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-1/+1
2005-09-25If "dissect_dcerpc_cn()" throws an exception when called byGuy Harris1-0/+5
2005-09-23remove some compiler warningsRonnie Sahlberg1-4/+4
2005-09-22add two more bind reject reasons from the specsUlf Lamping1-0/+4
2005-09-20fix: packet-dcerpc.c(4019) : warning C4018: '<' : signed/unsigned mismatchUlf Lamping1-1/+1
2005-09-16split call id's with a #, if more than one DCE/RPC call is in a data PDUUlf Lamping1-1/+7
2005-09-14add E_OUTOFMEMORYUlf Lamping1-0/+1
2005-09-14Allow dissection of dcerpc of short frames instead of aborting as soon as i...Ronnie Sahlberg1-68/+74
2005-09-12add number of defragmented bytes to the expert info outputUlf Lamping1-2/+3
2005-09-12fix fault defragmentation the same way as in the request/response pathUlf Lamping1-18/+7
2005-09-12fix reassembling problem I've introduced yesterday, by using fragment_add_seq...Ulf Lamping1-61/+17
2005-09-11rename fragment_add_dcerpc -> fragment_add_dcerpc_dg to avoid confusion a bit,Ulf Lamping1-1/+1
2005-09-11some things fixed, leftover from code cleanup (thanks to the buggy MSVC depen...Ulf Lamping1-1/+1
2005-09-11I'm adding the "Expert Info" prototype now, as it seems to be in a state wher...Ulf Lamping1-4/+66