warning: ISO C does not allow extra ; outside of a function
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Dec 2003 05:51:34 +0000 (05:51 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 21 Dec 2003 05:51:34 +0000 (05:51 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9387 f5534014-38df-0310-8fa8-9805f1628bb7

19 files changed:
packet-asap.c
packet-cops.c
packet-cpfi.c
packet-dcerpc-rs_acct.c
packet-dcerpc-rs_misc.c
packet-esis.c
packet-igrp.c
packet-iua.c
packet-m2tp.c
packet-m3ua.c
packet-mip.c
packet-mip6.c
packet-mtp2.c
packet-ranap.c
packet-sna.c
packet-wbxml.c
packet-wsp.c
packet-wtp.c
packet-xdmcp.c

index d2603874efb5ad6e2e1c0b0af1009d968dedd94a..4846224fe014e2bb6baab8e5ae15217eaa92b3a0 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright 2002, Michael Tuexen <tuexen [AT] fh-muenster.de>
  *
- * $Id: packet-asap.c,v 1.10 2003/04/22 13:47:30 tuexen Exp $
+ * $Id: packet-asap.c,v 1.11 2003/12/21 05:51:32 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -626,7 +626,7 @@ proto_register_asap(void)
   proto_register_field_array(proto_asap, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
 
-};
+}
 
 void
 proto_reg_handoff_asap(void)
index ab5ca5e3ec5c50d83282afe9b07abe7aedb87a2d..2e6c5158214e70de3b7a57a6506a7ab8ee454854 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi>
  *
- * $Id: packet-cops.c,v 1.38 2003/12/13 02:10:30 guy Exp $
+ * $Id: packet-cops.c,v 1.39 2003/12/21 05:51:32 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -1555,7 +1555,7 @@ void proto_register_cops(void)
                                  "Whether the COPS dissector should decode COPS-PR ASN.1 types based on data types read from packet or PIBs (converted to MIBs)",
                                  &cops_typefrommib);
 #endif /*HAVE_NET_SNMP*/
-};
+}
 
 void proto_reg_handoff_cops(void)
 {
index ce90949214260bc185856359a1a78c1f944dae2f..1cbe2b282e4b0e32591b7e234f2569dbcb5d5442 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2003, Dave Sclarsky <dave_sclarsky[AT]cnt.com>
  *
- * $Id: packet-cpfi.c,v 1.5 2003/11/19 09:49:00 guy Exp $
+ * $Id: packet-cpfi.c,v 1.6 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -355,7 +355,7 @@ proto_register_cpfi(void)
                  "Set the port for CPFI messages (if other"
                  " than the default of 5000)",
                  10, &cpfi_configured_udp_port);
-};
+}
 
 void
 proto_reg_handoff_cpfi(void)
index 1eb8beb9b0e6a728a4081a940ac03e5539aa9da5..b02a51a37ae5592055b9ec2e649404bb1f677afc 100644 (file)
@@ -5,7 +5,7 @@
  * This information is based off the released idl files from opengroup.
  * ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rs_acct.idl
  *      
- * $Id: packet-dcerpc-rs_acct.c,v 1.5 2003/08/04 02:49:01 tpot Exp $
+ * $Id: packet-dcerpc-rs_acct.c,v 1.6 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -89,7 +89,7 @@ rs_acct_dissect_lookup_rqst (tvbuff_t *tvb, int offset,
        }
 
        return offset;
-};
+}
 
 
 
index d2cc2947b6af9911b1c28012180b49e5bf645574..7170b3374eebcf2c7f536c82001aa93fe8c091b1 100644 (file)
@@ -5,7 +5,7 @@
  * This information is based off the released idl files from opengroup.
  * ftp://ftp.opengroup.org/pub/dce122/dce/src/security.tar.gz security/idl/rs_misc.idl
  *      
- * $Id: packet-dcerpc-rs_misc.c,v 1.5 2003/08/04 02:49:01 tpot Exp $
+ * $Id: packet-dcerpc-rs_misc.c,v 1.6 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -87,7 +87,7 @@ rs_misc_dissect_login_get_info_rqst (tvbuff_t *tvb, int offset,
        }
 
        return offset;
-};
+}
 
 
 static dcerpc_sub_dissector rs_misc_dissectors[] = {
index d76994090036e36029238cf0e7d83252e077857f..e412c91e4a6f98f9143ea327a383afbc1cc00c19 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for ISO/OSI End System to Intermediate System
  * Routing Exchange Protocol ISO 9542.
  *
- * $Id: packet-esis.c,v 1.30 2003/12/13 02:17:44 guy Exp $
+ * $Id: packet-esis.c,v 1.31 2003/12/21 05:51:33 jmayer Exp $
  * Ralf Schneider <Ralf.Schneider@t-online.de>
  *
  * Ethereal - Network traffic analyzer
@@ -180,7 +180,7 @@ esis_dissect_esh_pdu( guint8 len, tvbuff_t *tvb, proto_tree *tree) {
     }
     dissect_osi_options( len, tvb, offset, tree );
   }
-} /* esis_dissect_esh_pdu */ ;
+} /* esis_dissect_esh_pdu */
 
 static void
 esis_dissect_ish_pdu( guint8 len, tvbuff_t *tvb, proto_tree *tree) {
@@ -203,7 +203,7 @@ esis_dissect_ish_pdu( guint8 len, tvbuff_t *tvb, proto_tree *tree) {
 
     dissect_osi_options( len, tvb, offset, tree );
   }
-};
+}
 
 static void
 esis_dissect_redirect_pdu( guint8 len, tvbuff_t *tvb, proto_tree *tree) {
@@ -439,7 +439,7 @@ proto_register_esis(void) {
   proto_esis = proto_register_protocol( PROTO_STRING_ESIS, "ESIS", "esis");
   proto_register_field_array(proto_esis, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
-};
+}
 
 void
 proto_reg_handoff_esis(void)
index bd2462900d7348f1309defd246db260e7337b681..395bdcf74cd1e480aeed7b9e1fbcbbd5cc14d7fe 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for IGRP dissection
  * Copyright 2000, Paul Ionescu <paul@acorp.ro>
  *
- * $Id: packet-igrp.c,v 1.13 2002/08/28 21:00:17 jmayer Exp $
+ * $Id: packet-igrp.c,v 1.14 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -200,7 +200,7 @@ void proto_register_igrp(void)
   /* Required function calls to register the header fields and subtrees used */
   proto_register_field_array(proto_igrp, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
-};
+}
 
 void
 proto_reg_handoff_igrp(void)
index 95edf10a86707a80536d8e5aa57b1680bc8736d8..36c7689974e864194257c344ed055dfdb3c71909 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Copyright 2002, Michael Tuexen <tuexen [AT] fh-muenster.de>
  *
- * $Id: packet-iua.c,v 1.21 2003/04/22 13:47:37 tuexen Exp $
+ * $Id: packet-iua.c,v 1.22 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -892,7 +892,7 @@ proto_register_iua(void)
   proto_register_field_array(proto_iua, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
   prefs_register_bool_preference(iua_module, "support_ig", "Support Implementers Guide", "Support Implementers Guide (version 01)", &support_IG);
-};
+}
 
 #define SCTP_PORT_IUA          9900
 
index 01e7744057db859b4483215de7cefdac155c8506..d16dce93f8c0b43ce2c675f4d99c28141da01f84 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2001, Heinz Prantner <heinz.prantner[AT]radisys.com>
  *
- * $Id: packet-m2tp.c,v 1.8 2003/04/22 13:47:37 tuexen Exp $
+ * $Id: packet-m2tp.c,v 1.9 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -663,7 +663,7 @@ proto_register_m2tp(void)
   /* Required function calls to register the header fields and subtrees used */
   proto_register_field_array(proto_m2tp, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
-};
+}
 
 void
 proto_reg_handoff_m2tp(void)
index e96ab706c5be76355ec69712243a1c5fd5582df8..4cf9b1f2997242149a9ad1a4f51fd54cddc44ece 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Copyright 2000, 2001, 2002, 2003 Michael Tuexen <tuexen [AT] fh-muenster.de>
  *
- * $Id: packet-m3ua.c,v 1.36 2003/10/06 20:46:51 guy Exp $
+ * $Id: packet-m3ua.c,v 1.37 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -1753,7 +1753,7 @@ proto_register_m3ua(void)
   proto_register_subtree_array(ett, array_length(ett));
   si_dissector_table = register_dissector_table("m3ua.protocol_data_si", "MTP3 Service indicator", FT_UINT8, BASE_HEX);
 
-};
+}
 
 void
 proto_reg_handoff_m3ua(void)
index e82154f5f7458a7a5bfbf2421bfd67b0f74be2aa..8129121c564be96a95c5099120b8264dce06c36d 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for Mobile IP dissection
  * Copyright 2000, Stefan Raab <sraab@cisco.com>
  *
- * $Id: packet-mip.c,v 1.34 2003/12/21 04:31:56 jmayer Exp $
+ * $Id: packet-mip.c,v 1.35 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -507,7 +507,7 @@ void proto_register_mip(void)
        /* Required function calls to register the header fields and subtrees used */
        proto_register_field_array(proto_mip, hf, array_length(hf));
        proto_register_subtree_array(ett, array_length(ett));
-};
+}
 
 void
 proto_reg_handoff_mip(void)
index 59544911bba786171c86a888702bc6b9eb09660f..f61b86a7e88c74cd1240bbdd9fe6bb4b5a216687 100644 (file)
@@ -1,6 +1,6 @@
 /* packet-mip6.c
  *
- * $Id: packet-mip6.c,v 1.5 2003/11/24 21:42:13 guy Exp $
+ * $Id: packet-mip6.c,v 1.6 2003/12/21 05:51:33 jmayer Exp $
  *
  * Routines for Mobile IPv6 dissection (draft-ietf-mobileip-ipv6-20.txt)
  * Copyright 2003 Oy L M Ericsson Ab <teemu.rinta-aho@ericsson.fi>
@@ -678,7 +678,7 @@ proto_register_mip6(void)
     /* Required function calls to register the header fields and subtrees used */
     proto_register_field_array(proto_mip6, hf, array_length(hf));
     proto_register_subtree_array(ett, array_length(ett));
-};
+}
 
 void
 proto_reg_handoff_mip6(void)
index 6dee072eee1b12b5f386964165d1b0649c507fd4..b35ca468972757db8ff60f79aa9f5d9b9f2ce498 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2001, Michael Tuexen <tuexen [AT] fh-muenster.de>
  *
- * $Id: packet-mtp2.c,v 1.9 2003/12/03 22:50:41 guy Exp $
+ * $Id: packet-mtp2.c,v 1.10 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -203,7 +203,7 @@ proto_register_mtp2(void)
   proto_register_field_array(proto_mtp2, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
 
-};
+}
 
 void
 proto_reg_handoff_mtp2(void)
index 310db09eeddc10dfd93dca874dbe217bb8edc135..dfc23e15393f60a3e40ec61ff40b1b7220c4ef40 100644 (file)
@@ -3,7 +3,7 @@
  * Based on 3GPP TS 25.413 V3.4.0
  * Copyright 2001, Martin Held <Martin.Held@icn.siemens.de>
  *
- * $Id: packet-ranap.c,v 1.21 2003/12/01 22:25:32 guy Exp $
+ * $Id: packet-ranap.c,v 1.22 2003/12/21 05:51:33 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -4842,7 +4842,7 @@ proto_register_ranap(void)
   proto_register_subtree_array(ett, array_length(ett));
 
   nas_pdu_dissector_table = register_dissector_table("ranap.nas_pdu", "RANAP NAS PDU", FT_UINT8, BASE_DEC);
-};
+}
 
 
 void
index ec6f18153bf6e96a71b2bf02a20f370262d0b433..95a8bdcfcf1ef2e72737c660c360ee1539119849 100644 (file)
@@ -3,7 +3,7 @@
  * Gilbert Ramirez <gram@alumni.rice.edu>
  * Jochen Friedrich <jochen@scram.de>
  *
- * $Id: packet-sna.c,v 1.48 2003/07/18 05:12:13 guy Exp $
+ * $Id: packet-sna.c,v 1.49 2003/12/21 05:51:34 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -2558,7 +2558,7 @@ dissect_gds(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
        if (tvb_offset_exists(tvb, offset))
                call_dissector(data_handle,
                    tvb_new_subset(tvb, offset, -1, -1), pinfo, parent_tree);
-};
+}
 
 /* --------------------------------------------------------------------
  * General stuff
index cce765f0591cf8940dd69ff1e915bf1abba5e2b3..5ba3190397f2f4b9d1877012ddc3d0dccab795c4 100644 (file)
@@ -3,7 +3,7 @@
  * Routines for wbxml dissection
  * Copyright 2003, Olivier Biot <olivier.biot (ad) siemens.com>
  *
- * $Id: packet-wbxml.c,v 1.22 2003/12/16 22:39:32 obiot Exp $
+ * $Id: packet-wbxml.c,v 1.23 2003/12/21 05:51:34 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -3638,7 +3638,7 @@ proto_register_wbxml(void)
        proto_register_subtree_array(ett, array_length(ett));
 
        register_dissector("wbxml", dissect_wbxml, proto_wbxml);
-};
+}
 
 
 void
index 6d059a185c31470e58896dd546ffcf1811f4d7bb..2f3273803032514cd84214cdaee71c159c63f175 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Routines to dissect WSP component of WAP traffic.
  *
- * $Id: packet-wsp.c,v 1.99 2003/12/21 04:31:57 jmayer Exp $
+ * $Id: packet-wsp.c,v 1.100 2003/12/21 05:51:34 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -3783,17 +3783,17 @@ wkh_openwave_default(proto_tree *tree, tvbuff_t *tvb, guint32 hdr_start)
 
 /* Textual Openwave headers */
 wkh_text_header(openwave_x_up_proxy_operator_domain,
-               "x-up-proxy-operator-domain");
+               "x-up-proxy-operator-domain")
 wkh_text_header(openwave_x_up_proxy_home_page,
-               "x-up-proxy-home-page");
+               "x-up-proxy-home-page")
 wkh_text_header(openwave_x_up_proxy_uplink_version,
-               "x-up-proxy-uplink-version");
+               "x-up-proxy-uplink-version")
 wkh_text_header(openwave_x_up_proxy_ba_realm,
-               "x-up-proxy-ba-realm");
+               "x-up-proxy-ba-realm")
 wkh_text_header(openwave_x_up_proxy_request_uri,
-               "x-up-proxy-request-uri");
+               "x-up-proxy-request-uri")
 wkh_text_header(openwave_x_up_proxy_bookmark,
-               "x-up-proxy-bookmark");
+               "x-up-proxy-bookmark")
 
 /* Integer Openwave headers */
 wkh_integer_value_header(openwave_x_up_proxy_push_seq,
@@ -7071,7 +7071,7 @@ proto_register_wsp(void)
 
        wsp_fromudp_handle = create_dissector_handle(dissect_wsp_fromudp,
            proto_wsp);
-};
+}
 
 void
 proto_reg_handoff_wsp(void)
index e76300dedd37f0505bc1e2509db0f25d28d68097..842fa7770fd6957f7d8f1020de6b2658d7df7745 100644 (file)
@@ -2,7 +2,7 @@
  *
  * Routines to dissect WTP component of WAP traffic.
  *
- * $Id: packet-wtp.c,v 1.54 2003/12/15 22:38:29 obiot Exp $
+ * $Id: packet-wtp.c,v 1.55 2003/12/21 05:51:34 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -971,7 +971,7 @@ proto_register_wtp(void)
     register_dissector("wtp-wtls", dissect_wtp_fromwtls, proto_wtp);
     register_dissector("wtp-udp", dissect_wtp_fromudp, proto_wtp);
     register_init_routine(wtp_defragment_init);
-};
+}
 
 void
 proto_reg_handoff_wtp(void)
index 9192d1d82304388e617051f15f4561e5f0509a5c..ebc179a33e2aa3e1937a2a543b04a636cfb82cfb 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for XDMCP message dissection
  * Copyright 2002, Pasi Eronen <pasi.eronen@nixu.com>
  *
- * $Id: packet-xdmcp.c,v 1.3 2002/08/28 21:00:40 jmayer Exp $
+ * $Id: packet-xdmcp.c,v 1.4 2003/12/21 05:51:34 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -504,7 +504,7 @@ void proto_register_xdmcp(void)
   /* Required function calls to register the header fields and subtrees used */
   proto_register_field_array(proto_xdmcp, hf, array_length(hf));
   proto_register_subtree_array(ett, array_length(ett));
-};
+}
 
 void
 proto_reg_handoff_xdmcp(void)