aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax')
-rw-r--r--plugins/wimax/crc.c2
-rw-r--r--plugins/wimax/crc.h2
-rw-r--r--plugins/wimax/crc_data.c2
-rw-r--r--plugins/wimax/mac_hd_generic_decoder.c2
-rw-r--r--plugins/wimax/mac_hd_type1_decoder.c2
-rw-r--r--plugins/wimax/mac_hd_type2_decoder.c2
-rw-r--r--plugins/wimax/mac_mgmt_msg_decoder.c2
-rw-r--r--plugins/wimax/msg_aas_beam.c2
-rw-r--r--plugins/wimax/msg_aas_fbck.c2
-rw-r--r--plugins/wimax/msg_arq.c2
-rw-r--r--plugins/wimax/msg_clk_cmp.c2
-rw-r--r--plugins/wimax/msg_dcd.c2
-rw-r--r--plugins/wimax/msg_dlmap.c2
-rw-r--r--plugins/wimax/msg_dreg.c2
-rw-r--r--plugins/wimax/msg_dsa.c2
-rw-r--r--plugins/wimax/msg_dsc.c2
-rw-r--r--plugins/wimax/msg_dsd.c2
-rw-r--r--plugins/wimax/msg_dsx_rvd.c2
-rw-r--r--plugins/wimax/msg_fpc.c2
-rw-r--r--plugins/wimax/msg_pkm.c2
-rw-r--r--plugins/wimax/msg_pmc.c2
-rw-r--r--plugins/wimax/msg_prc_lt_ctrl.c2
-rw-r--r--plugins/wimax/msg_reg_req.c2
-rw-r--r--plugins/wimax/msg_reg_rsp.c2
-rw-r--r--plugins/wimax/msg_rep.c2
-rw-r--r--plugins/wimax/msg_res_cmd.c2
-rw-r--r--plugins/wimax/msg_rng_req.c2
-rw-r--r--plugins/wimax/msg_rng_rsp.c2
-rw-r--r--plugins/wimax/msg_sbc.c2
-rw-r--r--plugins/wimax/msg_ucd.c2
-rw-r--r--plugins/wimax/msg_ulmap.c2
-rw-r--r--plugins/wimax/packet-wmx.c2
-rw-r--r--plugins/wimax/wimax_bits.h2
-rw-r--r--plugins/wimax/wimax_cdma_code_decoder.c2
-rw-r--r--plugins/wimax/wimax_compact_dlmap_ie_decoder.c2
-rw-r--r--plugins/wimax/wimax_compact_dlmap_ie_decoder.h2
-rw-r--r--plugins/wimax/wimax_compact_ulmap_ie_decoder.c2
-rw-r--r--plugins/wimax/wimax_compact_ulmap_ie_decoder.h2
-rw-r--r--plugins/wimax/wimax_fch_decoder.c2
-rw-r--r--plugins/wimax/wimax_ffb_decoder.c2
-rw-r--r--plugins/wimax/wimax_hack_decoder.c2
-rw-r--r--plugins/wimax/wimax_harq_map_decoder.c2
-rw-r--r--plugins/wimax/wimax_mac.h2
-rw-r--r--plugins/wimax/wimax_pdu_decoder.c2
-rw-r--r--plugins/wimax/wimax_phy_attributes_decoder.c2
-rw-r--r--plugins/wimax/wimax_tlv.c2
-rw-r--r--plugins/wimax/wimax_tlv.h2
-rw-r--r--plugins/wimax/wimax_utils.c2
-rw-r--r--plugins/wimax/wimax_utils.h2
49 files changed, 0 insertions, 98 deletions
diff --git a/plugins/wimax/crc.c b/plugins/wimax/crc.c
index cd169c2725..0d65a69438 100644
--- a/plugins/wimax/crc.c
+++ b/plugins/wimax/crc.c
@@ -5,8 +5,6 @@
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/crc.h b/plugins/wimax/crc.h
index 68d91328fa..71079ddd2e 100644
--- a/plugins/wimax/crc.h
+++ b/plugins/wimax/crc.h
@@ -5,8 +5,6 @@
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/crc_data.c b/plugins/wimax/crc_data.c
index e02411ba08..41ee481cb8 100644
--- a/plugins/wimax/crc_data.c
+++ b/plugins/wimax/crc_data.c
@@ -5,8 +5,6 @@
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/mac_hd_generic_decoder.c b/plugins/wimax/mac_hd_generic_decoder.c
index 54b18ff501..4da1fa55fd 100644
--- a/plugins/wimax/mac_hd_generic_decoder.c
+++ b/plugins/wimax/mac_hd_generic_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/mac_hd_type1_decoder.c b/plugins/wimax/mac_hd_type1_decoder.c
index 37fbfdd970..6a141f5350 100644
--- a/plugins/wimax/mac_hd_type1_decoder.c
+++ b/plugins/wimax/mac_hd_type1_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/mac_hd_type2_decoder.c b/plugins/wimax/mac_hd_type2_decoder.c
index 01a9d8ef10..e69732422a 100644
--- a/plugins/wimax/mac_hd_type2_decoder.c
+++ b/plugins/wimax/mac_hd_type2_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/mac_mgmt_msg_decoder.c b/plugins/wimax/mac_mgmt_msg_decoder.c
index d505692449..2b9fa33ffd 100644
--- a/plugins/wimax/mac_mgmt_msg_decoder.c
+++ b/plugins/wimax/mac_mgmt_msg_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_aas_beam.c b/plugins/wimax/msg_aas_beam.c
index 6f330c5c1c..f430300a92 100644
--- a/plugins/wimax/msg_aas_beam.c
+++ b/plugins/wimax/msg_aas_beam.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_aas_fbck.c b/plugins/wimax/msg_aas_fbck.c
index 99922d06cd..9e303b70f5 100644
--- a/plugins/wimax/msg_aas_fbck.c
+++ b/plugins/wimax/msg_aas_fbck.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_arq.c b/plugins/wimax/msg_arq.c
index 4fadaff4b6..c7d538b259 100644
--- a/plugins/wimax/msg_arq.c
+++ b/plugins/wimax/msg_arq.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_clk_cmp.c b/plugins/wimax/msg_clk_cmp.c
index 935fc12fee..31661f29a3 100644
--- a/plugins/wimax/msg_clk_cmp.c
+++ b/plugins/wimax/msg_clk_cmp.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dcd.c b/plugins/wimax/msg_dcd.c
index 7cc3e9a9dd..b2e2ab34f5 100644
--- a/plugins/wimax/msg_dcd.c
+++ b/plugins/wimax/msg_dcd.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dlmap.c b/plugins/wimax/msg_dlmap.c
index c32892745d..455e419cd7 100644
--- a/plugins/wimax/msg_dlmap.c
+++ b/plugins/wimax/msg_dlmap.c
@@ -5,8 +5,6 @@
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dreg.c b/plugins/wimax/msg_dreg.c
index 3c5ec860b7..16e7956c41 100644
--- a/plugins/wimax/msg_dreg.c
+++ b/plugins/wimax/msg_dreg.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dsa.c b/plugins/wimax/msg_dsa.c
index a80c368bcf..a92f983eea 100644
--- a/plugins/wimax/msg_dsa.c
+++ b/plugins/wimax/msg_dsa.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c
index f351dda437..71f68072ac 100644
--- a/plugins/wimax/msg_dsc.c
+++ b/plugins/wimax/msg_dsc.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dsd.c b/plugins/wimax/msg_dsd.c
index 79338b01fa..5024ab88bf 100644
--- a/plugins/wimax/msg_dsd.c
+++ b/plugins/wimax/msg_dsd.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_dsx_rvd.c b/plugins/wimax/msg_dsx_rvd.c
index bced7a079b..72543b5252 100644
--- a/plugins/wimax/msg_dsx_rvd.c
+++ b/plugins/wimax/msg_dsx_rvd.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_fpc.c b/plugins/wimax/msg_fpc.c
index 82780593dc..6db5de32a5 100644
--- a/plugins/wimax/msg_fpc.c
+++ b/plugins/wimax/msg_fpc.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_pkm.c b/plugins/wimax/msg_pkm.c
index 1cf8a45717..8924fb5f4d 100644
--- a/plugins/wimax/msg_pkm.c
+++ b/plugins/wimax/msg_pkm.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index 8ee3d5e1e4..ec18d27eb7 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_prc_lt_ctrl.c b/plugins/wimax/msg_prc_lt_ctrl.c
index 1f765ac17e..37d5fd25a3 100644
--- a/plugins/wimax/msg_prc_lt_ctrl.c
+++ b/plugins/wimax/msg_prc_lt_ctrl.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_reg_req.c b/plugins/wimax/msg_reg_req.c
index a2a50739de..d273e0c211 100644
--- a/plugins/wimax/msg_reg_req.c
+++ b/plugins/wimax/msg_reg_req.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_reg_rsp.c b/plugins/wimax/msg_reg_rsp.c
index 5a22106ad2..079327f951 100644
--- a/plugins/wimax/msg_reg_rsp.c
+++ b/plugins/wimax/msg_reg_rsp.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_rep.c b/plugins/wimax/msg_rep.c
index 3f458b240a..780f68f973 100644
--- a/plugins/wimax/msg_rep.c
+++ b/plugins/wimax/msg_rep.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_res_cmd.c b/plugins/wimax/msg_res_cmd.c
index 5e35d6a5b3..5bd49a1fd1 100644
--- a/plugins/wimax/msg_res_cmd.c
+++ b/plugins/wimax/msg_res_cmd.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_rng_req.c b/plugins/wimax/msg_rng_req.c
index 09dec2e281..e3c7f0babd 100644
--- a/plugins/wimax/msg_rng_req.c
+++ b/plugins/wimax/msg_rng_req.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_rng_rsp.c b/plugins/wimax/msg_rng_rsp.c
index 27602152a2..eef0839fe3 100644
--- a/plugins/wimax/msg_rng_rsp.c
+++ b/plugins/wimax/msg_rng_rsp.c
@@ -5,8 +5,6 @@
*
* Author: John R. Underwood <junderx@yahoo.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_sbc.c b/plugins/wimax/msg_sbc.c
index 2fc8986f9c..b1bc981744 100644
--- a/plugins/wimax/msg_sbc.c
+++ b/plugins/wimax/msg_sbc.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_ucd.c b/plugins/wimax/msg_ucd.c
index 58f5f9dddc..38c7b903e3 100644
--- a/plugins/wimax/msg_ucd.c
+++ b/plugins/wimax/msg_ucd.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/msg_ulmap.c b/plugins/wimax/msg_ulmap.c
index 7c4689103f..248655aee8 100644
--- a/plugins/wimax/msg_ulmap.c
+++ b/plugins/wimax/msg_ulmap.c
@@ -5,8 +5,6 @@
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/packet-wmx.c b/plugins/wimax/packet-wmx.c
index abbcf6f4a0..ef0ef4573e 100644
--- a/plugins/wimax/packet-wmx.c
+++ b/plugins/wimax/packet-wmx.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_bits.h b/plugins/wimax/wimax_bits.h
index 7eca8f5fb2..ed5b00442d 100644
--- a/plugins/wimax/wimax_bits.h
+++ b/plugins/wimax/wimax_bits.h
@@ -5,8 +5,6 @@
*
* Author: Mike Harvey <michael.harvey@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_cdma_code_decoder.c b/plugins/wimax/wimax_cdma_code_decoder.c
index b78beab650..f6a6beb4ad 100644
--- a/plugins/wimax/wimax_cdma_code_decoder.c
+++ b/plugins/wimax/wimax_cdma_code_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_compact_dlmap_ie_decoder.c b/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
index 675ed00ce3..625fe8110f 100644
--- a/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
+++ b/plugins/wimax/wimax_compact_dlmap_ie_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_compact_dlmap_ie_decoder.h b/plugins/wimax/wimax_compact_dlmap_ie_decoder.h
index 73e572c7b4..49206f8550 100644
--- a/plugins/wimax/wimax_compact_dlmap_ie_decoder.h
+++ b/plugins/wimax/wimax_compact_dlmap_ie_decoder.h
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_compact_ulmap_ie_decoder.c b/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
index 3f6ae3d8df..22c987a65b 100644
--- a/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+++ b/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_compact_ulmap_ie_decoder.h b/plugins/wimax/wimax_compact_ulmap_ie_decoder.h
index f2c893d916..c83c5aa160 100644
--- a/plugins/wimax/wimax_compact_ulmap_ie_decoder.h
+++ b/plugins/wimax/wimax_compact_ulmap_ie_decoder.h
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_fch_decoder.c b/plugins/wimax/wimax_fch_decoder.c
index f56b36b22e..e60418c8a5 100644
--- a/plugins/wimax/wimax_fch_decoder.c
+++ b/plugins/wimax/wimax_fch_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_ffb_decoder.c b/plugins/wimax/wimax_ffb_decoder.c
index 1be190a877..8b50926c47 100644
--- a/plugins/wimax/wimax_ffb_decoder.c
+++ b/plugins/wimax/wimax_ffb_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_hack_decoder.c b/plugins/wimax/wimax_hack_decoder.c
index 3a6380d0ef..f9ff3d2f63 100644
--- a/plugins/wimax/wimax_hack_decoder.c
+++ b/plugins/wimax/wimax_hack_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_harq_map_decoder.c b/plugins/wimax/wimax_harq_map_decoder.c
index 2f9c5b79c1..8c0dd4b8b3 100644
--- a/plugins/wimax/wimax_harq_map_decoder.c
+++ b/plugins/wimax/wimax_harq_map_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_mac.h b/plugins/wimax/wimax_mac.h
index 1f0f6b5a8a..b5ac72f01b 100644
--- a/plugins/wimax/wimax_mac.h
+++ b/plugins/wimax/wimax_mac.h
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_pdu_decoder.c b/plugins/wimax/wimax_pdu_decoder.c
index 62b12cf53b..36e25b5655 100644
--- a/plugins/wimax/wimax_pdu_decoder.c
+++ b/plugins/wimax/wimax_pdu_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_phy_attributes_decoder.c b/plugins/wimax/wimax_phy_attributes_decoder.c
index e8f3bfc2ef..9e5946de3a 100644
--- a/plugins/wimax/wimax_phy_attributes_decoder.c
+++ b/plugins/wimax/wimax_phy_attributes_decoder.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_tlv.c b/plugins/wimax/wimax_tlv.c
index 53f701917a..6041d34052 100644
--- a/plugins/wimax/wimax_tlv.c
+++ b/plugins/wimax/wimax_tlv.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_tlv.h b/plugins/wimax/wimax_tlv.h
index 9a818831dd..204daddc9d 100644
--- a/plugins/wimax/wimax_tlv.h
+++ b/plugins/wimax/wimax_tlv.h
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_utils.c b/plugins/wimax/wimax_utils.c
index 23eda2d3ed..51f0ab15d5 100644
--- a/plugins/wimax/wimax_utils.c
+++ b/plugins/wimax/wimax_utils.c
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
diff --git a/plugins/wimax/wimax_utils.h b/plugins/wimax/wimax_utils.h
index c1fd17aaca..67902e8798 100644
--- a/plugins/wimax/wimax_utils.h
+++ b/plugins/wimax/wimax_utils.h
@@ -5,8 +5,6 @@
*
* Author: Lu Pan <lu.pan@intel.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs