Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / dissectors / packet-ipsec-tcp.c
index b42caafb6a6a3a635ff91a31027948e7e1061990..8178594748a9135ee49b5c4601ce19a39dfb1078 100644 (file)
@@ -2,8 +2,6 @@
  * Routines for the disassembly of the proprietary Cisco IPSEC in
  * TCP encapsulation protocol
  *
- * $Id$
- *
  * Copyright 2007 Joerg Mayer (see AUTHORS file)
  *
  * Wireshark - Network traffic analyzer
@@ -38,6 +36,9 @@
 #include <epan/prefs.h>
 #include "packet-ndmp.h"
 
+void proto_register_tcpencap(void);
+void proto_reg_handoff_tcpencap(void);
+
 static int hf_tcpencap_unknown = -1;
 static int hf_tcpencap_zero = -1;
 static int hf_tcpencap_seq = -1;
@@ -226,8 +227,6 @@ proto_register_tcpencap(void)
 
        module_t *tcpencap_module;
 
-       void proto_reg_handoff_tcpencap(void);
-
        proto_tcpencap = proto_register_protocol(
                "TCP Encapsulation of IPsec Packets", "TCPENCAP", "tcpencap");
        proto_register_field_array(proto_tcpencap, hf, array_length(hf));