aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-10fix DCE/RPC defragmentation, if both middle and last DCE/RPC fragments are in...Ulf Lamping1-15/+40
2005-09-08from Michal & Yaniv KaulRonnie Sahlberg1-6/+14
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-36/+14
2005-08-17snprintf -> g_snprintfUlf Lamping1-14/+14
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-68/+15
2005-08-12Fix the length that we pass to proto_tree_add_uint_format() so that we don'tGerald Combs1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-2/+2
2005-08-02bugfix: in an attepmt to fix a crash while doing reassemling of connection or...Ulf Lamping1-15/+31
2005-07-26char -> const char warning fixesJörg Mayer1-2/+2
2005-07-25Warning fixesJörg Mayer1-3/+3
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
2005-07-13make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.Ronnie Sahlberg1-4/+11
2005-06-30add some more information to the DCE/RPC packet details summary lineUlf Lamping1-2/+53
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...Ulf Lamping1-0/+7
2005-06-29add references to the corresponding request of datagram ping and ack packetsUlf Lamping1-0/+38
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-2/+1
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-2/+2
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping1-2/+4
2005-06-02bugfix (fuzz_tested): add tvb_ensure_bytes_exist() before adding a fragment a...Ulf Lamping1-0/+2
2005-05-30fix highlighting length, if more than one RPC call is in a TCP PDUUlf Lamping1-10/+62
2005-05-14from martin mRonnie Sahlberg1-6/+6
2005-04-26fix for bug 91Ronnie Sahlberg1-2/+19
2005-04-23Add more tvb_ensure_bytes_exist() calls.Gerald Combs1-2/+27
2005-04-23Add a couple of tvb_ensure_bytes_exist() calls to avoid dissector bug Gerald Combs1-0/+2
2005-03-14a lot of people dont specify top level pointers in teh idl and justRonnie Sahlberg1-1/+27
2005-03-12some auth padding update from metzeRonnie Sahlberg1-8/+32
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.Ronnie Sahlberg1-3/+14
2005-03-10change the signature for the functions to decrypt data for theRonnie Sahlberg1-3/+4