Add Licence and TO DO list
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 31 Mar 2007 12:25:37 +0000 (12:25 +0000)
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 31 Mar 2007 12:25:37 +0000 (12:25 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21289 f5534014-38df-0310-8fa8-9805f1628bb7

epan/gcp.c

index 84553a22a45c712e7fe38ba739619b8d3c5bdaa2..a05cbabf742cb59765ad4a9b7dfcf6dc8cec14bc 100644 (file)
@@ -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;