diff options
Diffstat (limited to 'epan/wspython')
-rw-r--r-- | epan/wspython/Makefile.am | 2 | ||||
-rw-r--r-- | epan/wspython/Makefile.common | 2 | ||||
-rw-r--r-- | epan/wspython/register-dissector.py | 2 | ||||
-rw-r--r-- | epan/wspython/wspy_dissector.py | 2 | ||||
-rw-r--r-- | epan/wspython/wspy_libws.py | 2 | ||||
-rw-r--r-- | epan/wspython/wspy_proto.c | 2 | ||||
-rw-r--r-- | epan/wspython/wspy_proto.h | 2 | ||||
-rw-r--r-- | epan/wspython/wspy_register.c | 2 | ||||
-rw-r--r-- | epan/wspython/wspy_register.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/epan/wspython/Makefile.am b/epan/wspython/Makefile.am index 170e7689fb..8f76bc2fd5 100644 --- a/epan/wspython/Makefile.am +++ b/epan/wspython/Makefile.am @@ -1,6 +1,6 @@ # Makefile.am # -# $Id: $ +# $Id$ # # Wireshark - Network traffic analyzer # By Gerald Combs <gerald@wireshark.org> diff --git a/epan/wspython/Makefile.common b/epan/wspython/Makefile.common index d743d4a937..c4eb36f20d 100644 --- a/epan/wspython/Makefile.common +++ b/epan/wspython/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: $ +# $Id$ # # Wireshark - Network traffic analyzer # By Gerald Combs <gerald@wireshark.org> diff --git a/epan/wspython/register-dissector.py b/epan/wspython/register-dissector.py index e05bfbcc37..6faab57f6f 100644 --- a/epan/wspython/register-dissector.py +++ b/epan/wspython/register-dissector.py @@ -1,6 +1,6 @@ # register-dissector.py # -# $Id: $ +# $Id$ # # Wireshark Protocol Python Binding # diff --git a/epan/wspython/wspy_dissector.py b/epan/wspython/wspy_dissector.py index 31ed0c83ba..22a6009a76 100644 --- a/epan/wspython/wspy_dissector.py +++ b/epan/wspython/wspy_dissector.py @@ -1,6 +1,6 @@ # wspy_dissector.py # -# $Id: $ +# $Id$ # # Wireshark Protocol Python Binding # diff --git a/epan/wspython/wspy_libws.py b/epan/wspython/wspy_libws.py index fb9bcf9916..1410f68d86 100644 --- a/epan/wspython/wspy_libws.py +++ b/epan/wspython/wspy_libws.py @@ -1,6 +1,6 @@ # wspy_libws.py # -# $Id: $ +# $Id$ # # Wireshark Protocol Python Binding # diff --git a/epan/wspython/wspy_proto.c b/epan/wspython/wspy_proto.c index 2b1dcc6b45..4ddc2a8bcd 100644 --- a/epan/wspython/wspy_proto.c +++ b/epan/wspython/wspy_proto.c @@ -1,6 +1,6 @@ /* wspy_proto.c * - * $Id: $ + * $Id$ * * Wireshark Protocol Python Binding * diff --git a/epan/wspython/wspy_proto.h b/epan/wspython/wspy_proto.h index 4fafdbca20..d885e799cf 100644 --- a/epan/wspython/wspy_proto.h +++ b/epan/wspython/wspy_proto.h @@ -1,6 +1,6 @@ /* wspy_proto.h * - * $Id: $ + * $Id$ * * Wireshark Protocol Python Binding * diff --git a/epan/wspython/wspy_register.c b/epan/wspython/wspy_register.c index a6a9b0701b..c273bbf358 100644 --- a/epan/wspython/wspy_register.c +++ b/epan/wspython/wspy_register.c @@ -1,6 +1,6 @@ /* wspy_register.c * - * $Id: $ + * $Id$ * * Wireshark Protocol Python Binding * diff --git a/epan/wspython/wspy_register.h b/epan/wspython/wspy_register.h index c52d59ac67..93cf7506ea 100644 --- a/epan/wspython/wspy_register.h +++ b/epan/wspython/wspy_register.h @@ -1,6 +1,6 @@ /* wspy_register.h * - * $Id: $ + * $Id$ * * Wireshark Protocol Python Binding * |