http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54723
User: guy
Date: 2014/01/13 09:23 PM
Log:
lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() are
used in the Netlogon dissector, so don't make them static.
Now that we've added HEADER START/HEADER END to Pidl, use it to declare
those routines in packet-dcerpc-lsa.h. Don't declare them in
packet-dcerpc-netlogon.c, as they're now declared in the header.
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -3 packet-dcerpc-lsa.c Modified
+6 -3 packet-dcerpc-lsa.h Modified
+0 -6 packet-dcerpc-netlogon.c Modified
Directory: /trunk/epan/dissectors/pidl/
Changes Path Action
+11 -2 lsa.cnf Modified