aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-06rename add_conv_to_dcerpc_bind_table to dcerpc_add_conv_to_bind_table and don...Ulf Lamping1-7/+8
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping1-0/+70
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-3/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+4779