aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-31 12:25:37 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-31 12:25:37 +0000
commitee315df6dc84ebf0fbbe8fa19be63422ea69185e (patch)
tree5c4eb71c77329f035cca8c1183071ff65e222be6 /epan/gcp.c
parentbcd8023f28c290654962836150531838a4cfb0a5 (diff)
Add Licence and TO DO list
svn path=/trunk/; revision=21289
Diffstat (limited to 'epan/gcp.c')
-rw-r--r--epan/gcp.c29
1 files changed, 28 insertions, 1 deletions
diff --git a/epan/gcp.c b/epan/gcp.c
index 84553a22a4..a05cbabf74 100644
--- a/epan/gcp.c
+++ b/epan/gcp.c
@@ -1,7 +1,34 @@
/*
- * Context and Transaction Tracing
+ * gcp.c
+ * Gateway Control Protocol -- Context Tracking
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+ /*
+ * TO DO:
+ * - handle text-encoded termination wildcards adequtelly
+ * - avoid persistent tracking of NULL and ALL contexts
+ */
+
#include "gcp.h"
static emem_tree_t* msgs = NULL;