aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-7/+7
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-12/+12
2018-10-12DCERPC: fix memleak by removing dummy element from ndr_pointer_listPeter Wu1-30/+27
2018-10-12DCERPC: simplify pointer list trackingPeter Wu1-31/+20
2018-10-11DCERPC: remove unused variable and mark another global as staticPeter Wu1-4/+1
2018-07-04Distinguish between "reserved for implementation" and "reserved for future use".Guy Harris1-15/+15
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-3/+3
2018-04-16glib: Get rid of GLIB_CHECK_VERSION as we now require 2.32.0Anders1-1/+0
2018-02-17dcerpc_decode_as_change() doesn't need to change the old binding.Guy Harris1-8/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-18dcerpc: remove use-after-free (found by clang).Dario Lombardo1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-10-28Convert to using find_conversation_pinfo where appropriateMichael Mann1-6/+3
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-5/+2
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