aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntlmssp.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-28 15:26:58 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-28 15:26:58 +0000
commit7ec03d5f06dd42d91ceb0d85e8010483bb4fb19d (patch)
tree2fab9836ee0664e9fa0f138a6fb597a05ab4aeb9 /epan/dissectors/packet-ntlmssp.c
parent4ed55a981ad1593478f50a3b7a537a3e45c80461 (diff)
Oops: remove a // comment (note to myself)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34272 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ntlmssp.c')
-rw-r--r--epan/dissectors/packet-ntlmssp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ntlmssp.c b/epan/dissectors/packet-ntlmssp.c
index 41a7a1fd6a..554a329b45 100644
--- a/epan/dissectors/packet-ntlmssp.c
+++ b/epan/dissectors/packet-ntlmssp.c
@@ -1295,7 +1295,7 @@ dissect_ntlmssp_negotiate (tvbuff_t *tvb, int offset, proto_tree *ntlmssp_tree,
int workstation_end;
/* NTLMSSP Negotiate Flags */
- negotiate_flags = tvb_get_letohl (tvb, offset); // should be saved with conversation or whatever ???
+ negotiate_flags = tvb_get_letohl (tvb, offset);
offset = dissect_ntlmssp_negotiate_flags (tvb, offset, ntlmssp_tree,
negotiate_flags);