aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-26char -> const char warning fixesjmayer1-2/+2
2005-07-25Warning fixesjmayer1-3/+3
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-3/+3
2005-07-13make idl2eth generate FT_GUID hf fields for uuid_t and GUID types.sahlberg1-4/+11
2005-06-30add some more information to the DCE/RPC packet details summary lineulfl1-2/+53
2005-06-30add a new DCE/RPC related column, which contains the call_id for connection o...ulfl1-0/+7
2005-06-29add references to the corresponding request of datagram ping and ack packetsulfl1-0/+38
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-2/+1
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...ulfl1-2/+2
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...ulfl1-2/+4
2005-06-02bugfix (fuzz_tested): add tvb_ensure_bytes_exist() before adding a fragment a...ulfl1-0/+2
2005-05-30fix highlighting length, if more than one RPC call is in a TCP PDUulfl1-10/+62
2005-05-14from martin msahlberg1-6/+6
2005-04-26fix for bug 91sahlberg1-2/+19
2005-04-23Add more tvb_ensure_bytes_exist() calls.gerald1-2/+27
2005-04-23Add a couple of tvb_ensure_bytes_exist() calls to avoid dissector bug gerald1-0/+2
2005-03-14a lot of people dont specify top level pointers in teh idl and justsahlberg1-1/+27
2005-03-12some auth padding update from metzesahlberg1-8/+32
2005-03-10add support to decrypt and dissect sign-and-sealed traffic.sahlberg1-3/+14
2005-03-10change the signature for the functions to decrypt data for thesahlberg1-3/+4
2005-02-25pinfo->private_data was a quite subptimal ideasahlberg1-43/+39
2005-02-16add extra sanity check.sahlberg1-6/+10
2005-02-14add support for varying arrayssahlberg1-0/+36
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-04add support for varying strings in addition to conformant and varying strings...sahlberg1-0/+134
2005-02-02From Jon Ringle:etxrab1-7/+9
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.guy1-12/+8
2005-01-20use col_set_fence for COL_INFO, if multiple DCE/RPC requests/responses are in...ulfl1-2/+10
2005-01-19try to defragment DCE/RPC fragments (simply one after the other), if alloc_hi...ulfl1-1/+21
2005-01-16throw the new FieldError exception, if a dissector tries to add a field with ...ulfl1-3/+3
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itulfl1-0/+54
2004-12-24use GLib's pointer to int conversion macros to prevent compiler warningsulfl1-2/+2
2004-12-23add another error code to dcerpcsahlberg1-0/+1
2004-12-19(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):ulfl1-18/+40
2004-12-15From Yaniv Kaul: DCERPC-over-HTTP(!) support. (But why didn't whoeverguy1-0/+1
2004-12-01According to the part of the DCE RPC spec atguy1-4/+7
2004-09-29Move the tap infrastructure to the epan directory.guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-6/+6
2004-09-08Squelch a compiler warning. (We really might want aguy1-1/+2
2004-09-08From Devin Heitmuller: decode verifiers after stub decryption - forguy1-6/+19
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. E...ulfl1-31/+41
2004-09-06rename add_conv_to_dcerpc_bind_table to dcerpc_add_conv_to_bind_table and don...ulfl1-7/+8
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesulfl1-0/+70
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-3/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+4779