Wireshark mailing list archives

Re: I have a prototype dissector for NEGOEX ... but


From: Richard Sharpe <realrichardsharpe () gmail com>
Date: Thu, 28 Jun 2012 23:00:20 -0700

Attached is one that works. Here are the other two small changes
required. This is for those who want to play around with it. I need to
find some captures with real NegoEx payloads in SPNEGO, but I suspect
that only Windows 8 supports it, although I am not sure. The one from
Sharkfest only shows NEGOEX as one of the mechanisms available along
with NTLMSSP. I have the spec so I can start coding but until I see
some real packets it is hard to say I have it correct.

Index: epan/CMakeLists.txt
===================================================================
--- epan/CMakeLists.txt (revision 43186)
+++ epan/CMakeLists.txt (working copy)
@@ -893,6 +893,7 @@
        dissectors/packet-ndmp.c
        dissectors/packet-ndp.c
        dissectors/packet-ndps.c
+       dissectors/packet-negoex.c
        dissectors/packet-netanalyzer.c
        dissectors/packet-netbios.c
        dissectors/packet-netdump.c
Index: epan/dissectors/Makefile.common
===================================================================
--- epan/dissectors/Makefile.common     (revision 43186)
+++ epan/dissectors/Makefile.common     (working copy)
@@ -814,6 +814,7 @@
        packet-ndmp.c           \
        packet-ndp.c            \
        packet-ndps.c           \
+       packet-negoex.c         \
        packet-netanalyzer.c    \
        packet-netbios.c        \
        packet-netdump.c        \




-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)

Attachment: packet-negoex.c
Description:

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: