http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53554
User: guy
Date: 2013/11/24 09:21 PM
Log:
pidl would tag all pinfo arguments as unused, as it doesn't take the
effort to figure out whether they *are* used (and there's no point in it
doing so - might as well just flag them preemptively).
pidl can't handle this, at least not on OS X, as it's not handling the
C++/C99-style dissectors in the IDL for NSPI, so we manually put the
_U_s back.
Directory: /trunk/epan/dissectors/
Changes Path Action
+256 -256 packet-dcerpc-nspi.c Modified