aboutsummaryrefslogtreecommitdiffstats
path: root/packet-dcerpc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-05 18:26:10 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-05 18:26:10 +0000
commit49157b5f2cb53eb208b0a3c0aa122306b63d9008 (patch)
treec9fd923fab5bb3f03b018d9f2ae20402d72e3142 /packet-dcerpc.c
parent385249b3c16aabded238972a103a7822634ae23f (diff)
It seems pretty clear that a PDU_AUTH3 really is an AUTH3 PDU, and we
know what it is (a PDU for the third stage in a 3-way authentication handshake, as is done with NTLMSSP authentication, for example) - get rid of the question mark after "AUTH3". svn path=/trunk/; revision=6746
Diffstat (limited to 'packet-dcerpc.c')
-rw-r--r--packet-dcerpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-dcerpc.c b/packet-dcerpc.c
index ed0370e701..6328f48d0c 100644
--- a/packet-dcerpc.c
+++ b/packet-dcerpc.c
@@ -2,7 +2,7 @@
* Routines for DCERPC packet disassembly
* Copyright 2001, Todd Sabin <tas@webspan.net>
*
- * $Id: packet-dcerpc.c,v 1.88 2002/11/28 03:57:49 guy Exp $
+ * $Id: packet-dcerpc.c,v 1.89 2002/12/05 18:26:10 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -57,7 +57,7 @@ static const value_string pckt_vals[] = {
{ PDU_BIND_NAK, "Bind_nak"},
{ PDU_ALTER, "Alter_context"},
{ PDU_ALTER_ACK, "Alter_context_resp"},
- { PDU_AUTH3, "AUTH3?"},
+ { PDU_AUTH3, "AUTH3"},
{ PDU_SHUTDOWN, "Shutdown"},
{ PDU_CO_CANCEL, "Co_cancel"},
{ PDU_ORPHANED, "Orphaned"},