aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-24Replace DISSECTOR_ASSERT(hfinfo->type == FT_STRING) with DISSECTOR_ASSERT_FIE...Guy Harris1-2/+2
2017-07-09packet-dcerpc: move auth information into a subtreeStefan Metzmacher1-0/+31
2017-07-09packet-dcerpc: improve the dissection of DCERPC Fault pdusStefan Metzmacher1-16/+56
2017-07-06Ensure expert info fields have a summary.D. Ulis1-10/+10
2017-06-27dcerpc: improve greatly the speed of processing of DCERPC packetsMatthieu Patou1-42/+140
2017-06-05Add DCE/RPC over TCP dissector to "force" DCE/RPC when heuristics failMichael Mann1-2/+19
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-53/+39
2017-01-29Register reassembly tablesMichael Mann1-15/+11
2017-01-21dcerpc: add shutdown routine.Dario Lombardo1-1/+18
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-6/+6
2016-11-03RTS_FLAG_NONE is a flags field value, but it's not a flag bit.Guy Harris1-5/+7
2016-09-23packet-dcerpc: let dissect_dcerpc_cn_auth() always dissect the whole auth_infoStefan Metzmacher1-138/+101
2016-09-20packet-dcerpc: dissect the auth verifier of PDU_CO_CANCEL, PDU_ORPHANED and P...Stefan Metzmacher1-0/+3
2016-09-20packet-dcerpc: The opnum field is generated for PDU_RESP and PDU_FAULTStefan Metzmacher1-2/+4
2016-09-20packet-dcerpc: nca_s_fault_sec_pkg_errorStefan Metzmacher1-0/+1
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+20
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-14dcerpc: Check dissect_ndr_ucvarray_core when looping over elements that we're...Michael Mann1-0/+4
2016-06-13dcerpc: don't THROW() an exception from a dissectorMartin Kaiser1-17/+12
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-8/+8
2016-02-22Separate hf_ fields that share filter names with FT_UINT32 and FT_UINT64 data...Michael Mann1-2/+2
2016-02-19dcerpc: fix Called function pointer is null (null dereference) found by Clang...Alexis La Goutte1-1/+1
2016-02-16const gpointer -> gconstpointerJoão Valverde1-3/+3
2016-02-14Fix format string warnings [-Wformat=]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-8/+8
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-8/+8
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-21/+21
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-6/+6
2015-12-28Eliminate more unnecessary casting away of constness.Guy Harris1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher1-1/+1
2015-11-06Fix 32-bit OS X buildbot.Guy Harris1-1/+2
2015-11-06DCERPC: fix compilation with OSX buildbots and Ubuntu 15.10Pascal Quantin1-3/+3
2015-11-06packet-dcerpc: implement dissecting of rpc_sec_verification_trailerGregor Beck1-12/+396
2015-11-05dcerpc: add check for mutually exclusive function pointersDario Lombardo1-0/+3
2015-11-05packet-dcerpc: let dcerpc_get_proto_name() handle unknown uuidsStefan Metzmacher1-1/+7
2015-11-05packet-dcerpc: fix dissecting of decrypted payloadStefan Metzmacher1-5/+7
2015-11-04Declaring volatile pointers to functions is hard, let's go shopping!Guy Harris1-1/+1
2015-11-04Squelch a "setjmp/longjump may clobber" warning.Guy Harris1-37/+37
2015-11-04Don't allow DCE/RPC dissector table to have duplicatesMichael Mann1-1/+1
2015-11-04(Temporarily) Allow DCE/RPC dissector table to have duplicates.Michael Mann1-1/+1
2015-11-04Refactor DCE/RPC dissection to include a real dissector table.Michael Mann1-290/+303
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-11-02packet-dcerpc: add proto_tree_add_dcerpc_drep()Gregor Beck1-21/+22
2015-11-01packet-dcerpc: improve dissection of bind time feature negotiationStefan Metzmacher1-30/+40
2015-10-31packet-dcerpc: add dissect_ndr_ucarray_block()Stefan Metzmacher1-5/+36
2015-10-30packet-dcerpc: pass dcerpc_info to dcerpc_dissect_fnct_blk_tStefan Metzmacher1-1/+2