aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-25pinfo->private_data was a quite subptimal ideaRonnie Sahlberg1-43/+39
2005-02-16add extra sanity check.Ronnie Sahlberg1-6/+10
2005-02-14add support for varying arraysRonnie Sahlberg1-0/+36
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-04add support for varying strings in addition to conformant and varying strings...Ronnie Sahlberg1-0/+134
2005-02-02From Jon Ringle:Anders Broman1-7/+9
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.Guy Harris1-12/+8
2005-01-20use col_set_fence for COL_INFO, if multiple DCE/RPC requests/responses are in...Ulf Lamping1-2/+10
2005-01-19try to defragment DCE/RPC fragments (simply one after the other), if alloc_hi...Ulf Lamping1-1/+21
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...Ulf Lamping1-3/+3
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itUlf Lamping1-0/+54
2004-12-24use GLib's pointer to int conversion macros to prevent compiler warningsUlf Lamping1-2/+2
2004-12-23add another error code to dcerpcRonnie Sahlberg1-0/+1
2004-12-19(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping1-18/+40
2004-12-15From Yaniv Kaul: DCERPC-over-HTTP(!) support. (But why didn't whoeverGuy Harris1-0/+1
2004-12-01According to the part of the DCE RPC spec atGuy Harris1-4/+7
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;Guy Harris1-6/+6
2004-09-08Squelch a compiler warning. (We really might want aGuy Harris1-1/+2
2004-09-08From Devin Heitmuller: decode verifiers after stub decryption - forGuy Harris1-6/+19
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...Ulf Lamping1-31/+41