aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-29packet-dcerpc: Move Auth padding to the right treeGregor Beck1-1/+1
2015-10-26Clean up more unnecessary use of the 'volatile' key word.Jeff Morriss1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-10/+10
2015-10-14Change proto_tree_add_ipv6() to take a struct e_in6_addr pointerJoão Valverde1-1/+1
2015-08-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-79/+58
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann1-12/+12
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-6/+6
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-6/+6
2015-07-03Split more init routines into init/cleanup functionsPeter Wu1-17/+11
2015-06-25Bugfix parsing filters out of SRT tables with parameters.Michael Mann1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-1/+159
2015-06-06DCERPC: There are identical sub-expressions 'tvb_reported_length(tvb)' to the...Alexis La Goutte1-1/+1
2015-05-31Eliminate proto_tree_add_text from packet-dcerpc-ndr.c and packet-dcerpc-netl...Michael Mann1-0/+3
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-72/+55
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-42/+42
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+3
2015-01-22packet-smb2: correctly dissect dcerpc traffic over different named pipe handlesStefan Metzmacher1-1/+1
2015-01-22packet-dcerpc: change transportsalt to guint64Stefan Metzmacher1-25/+38
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-8/+8
2014-12-29dcerpc: Replace g_warning() by expert...() (dissectors shouldn't do termio).Bill Meier1-12/+20