aboutsummaryrefslogtreecommitdiffstats
path: root/packet-teredo.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-10 19:23:29 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-10 19:23:29 +0000
commit52ecb8b688eb7d75b598b12c5a582248d15e9ced (patch)
treebabbd000517938cb9bea9ba09bcd448df7747d95 /packet-teredo.c
parent700251d16de61f40a7a15193ce8ecc8f415da487 (diff)
From Albert Chin: fix yet another C++-comment problem.
svn path=/trunk/; revision=8447
Diffstat (limited to 'packet-teredo.c')
-rw-r--r--packet-teredo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-teredo.c b/packet-teredo.c
index 27a09a6468..2107270fa1 100644
--- a/packet-teredo.c
+++ b/packet-teredo.c
@@ -6,7 +6,7 @@
* Copyright 2003, Ragi BEJJANI - 6WIND - <ragi.bejjani@6wind.com>
* Copyright 2003, Vincent JARDIN - 6WIND - <vincent.jardin@6wind.com>
*
- * $Id: packet-teredo.c,v 1.1 2003/08/29 02:27:28 gerald Exp $
+ * $Id: packet-teredo.c,v 1.2 2003/09/10 19:23:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -73,7 +73,7 @@ typedef struct {
static gboolean teredo_summary_in_tree = TRUE;
static dissector_table_t teredo_dissector_table;
-//static heur_dissector_list_t heur_subdissector_list;
+/*static heur_dissector_list_t heur_subdissector_list;*/
static dissector_handle_t data_handle;
/* Determine if there is a sub-dissector and call it. This has been */
@@ -249,7 +249,7 @@ proto_register_teredo(void)
/* subdissector code */
teredo_dissector_table = register_dissector_table("teredo","TEREDO ", FT_UINT16, BASE_DEC);
-// register_heur_dissector_list("teredo.heur", &heur_subdissector_list);
+/* register_heur_dissector_list("teredo.heur", &heur_subdissector_list); */
}