summaryrefslogtreecommitdiff
path: root/packet-q931.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-27 08:00:00 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-27 08:00:00 +0000
commit31cb40ce44deced4fcbbe5d3eac4b045dca9ece7 (patch)
tree6a2a15cfa3e7de2b0c2fef730829aee6c8f559ee /packet-q931.c
parentc58b7b49b554ee016fe01ed5b212ad6a44e7978d (diff)
downloadwireshark-31cb40ce44deced4fcbbe5d3eac4b045dca9ece7.tar.gz
Fix a comment.
svn path=/trunk/; revision=3197
Diffstat (limited to 'packet-q931.c')
-rw-r--r--packet-q931.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-q931.c b/packet-q931.c
index 62ab597f5f..61e6b9c4e9 100644
--- a/packet-q931.c
+++ b/packet-q931.c
@@ -2,7 +2,7 @@
* Routines for Q.931 frame disassembly
* Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-q931.c,v 1.24 2001/03/08 19:15:31 guy Exp $
+ * $Id: packet-q931.c,v 1.25 2001/03/27 08:00:00 guy Exp $
*
* Modified by Andreas Sikkema for possible use with H.323
*
@@ -2126,7 +2126,7 @@ q931_dissector(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
gboolean is_h323_h225 = FALSE;
/*
* It is very much possible to find a TPKT header here
- * TPKT is defined in RFC 1009 as a wrapper around ISO
+ * TPKT is defined in RFC 1006 as a wrapper around ISO
* defined protocols. There could even be several TPKT
* wrapped messages in one TCP data field...
* XXXXXXXX THIS IS NOT IMPLEMENTED YET!!! XXXXXXXXXXX