Changed "reassembled_length" -> "reassembled.length".
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Feb 2010 08:47:15 +0000 (08:47 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 3 Feb 2010 08:47:15 +0000 (08:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31776 f5534014-38df-0310-8fa8-9805f1628bb7

18 files changed:
epan/dissectors/packet-atalk.c
epan/dissectors/packet-clnp.c
epan/dissectors/packet-dcerpc.c
epan/dissectors/packet-dnp.c
epan/dissectors/packet-gssapi.c
epan/dissectors/packet-h223.c
epan/dissectors/packet-iax2.c
epan/dissectors/packet-ieee80211.c
epan/dissectors/packet-ip.c
epan/dissectors/packet-ipv6.c
epan/dissectors/packet-ositp.c
epan/dissectors/packet-q931.c
epan/dissectors/packet-rtp.c
epan/dissectors/packet-scsi.c
epan/dissectors/packet-smb-pipe.c
epan/dissectors/packet-ssl.c
epan/dissectors/packet-tcp.c
epan/dissectors/packet-tds.c

index dbb37a196680f5cfeb503009d567b18d86b08b68..d49c3134f1bbe2182904993c8bdd517848ac52ec 100644 (file)
@@ -2098,7 +2098,7 @@ proto_register_atalk(void)
         "This ATP packet is reassembled in this frame", HFILL }},
 
     { &hf_atp_reassembled_length,
-      { "Reassembled ATP length", "atp.reassembled_length", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
+      { "Reassembled ATP length", "atp.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
         "The total length of the reassembled payload", HFILL }}
   };
 
index c4c63a306de66567f71f1f202e2b390baaa2db4a..35a2e57c2fa06049ff881e8f02d0518eedf3875b 100644 (file)
@@ -624,7 +624,7 @@ void proto_register_clnp(void)
        "This CLNP packet is reassembled in this frame", HFILL }},
 
     { &hf_clnp_reassembled_length,
-      { "Reassembled CLNP length", "clnp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+      { "Reassembled CLNP length", "clnp.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
        "The total length of the reassembled payload", HFILL }}
   };
   static gint *ett[] = {
index e9c06007006331dd481a7d6a6b6307fa7d838eb7..3015409e2f0401007826b4271854119af7ff32f6 100644 (file)
@@ -5460,7 +5460,7 @@ proto_register_dcerpc (void)
       NULL, 0x0, "The DCE/RPC PDU is completely reassembled in the packet with this number", HFILL }},
 
        { &hf_dcerpc_reassembled_length,
-         { "Reassembled length", "dcerpc.reassembled_length", FT_UINT32, BASE_DEC,
+         { "Reassembled length", "dcerpc.reassembled.length", FT_UINT32, BASE_DEC,
            NULL, 0x0, "The total length of the reassembled payload", HFILL }},
 
        { &hf_dcerpc_unknown_if_id,
index 4ad4d0a7209b55a1b53176dd35f1b63d98e70aee..a8abee79b82ed4960abadb6561961f2300a221f4 100644 (file)
@@ -3038,7 +3038,7 @@ proto_register_dnp3(void)
       "This PDU is reassembled in this frame", HFILL }},
 
     { &hf_dnp3_fragment_reassembled_length,
-    { "Reassembled length", "dnp3.al.fragment.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+    { "Reassembled length", "dnp3.al.fragment.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
       "The total length of the reassembled payload", HFILL }}
   };
 
index 03c16c19f163a16dc8fbaf99cff476ad34ef6e3e..3ce355dbd56b4025b87b5a065c74dbea784ce6a9 100644 (file)
@@ -557,7 +557,7 @@ proto_register_gssapi(void)
                { "Reassembled In", "gss-api.reassembled_in", FT_FRAMENUM, BASE_NONE, 
                  NULL, 0x0, "The frame where this pdu is reassembled", HFILL }},
        { &hf_gssapi_reassembled_length,
-               { "Reassembled length", "gss-api.reassembled_length", FT_UINT32, BASE_DEC, 
+               { "Reassembled length", "gss-api.reassembled.length", FT_UINT32, BASE_DEC, 
                  NULL, 0x0, "The total length of the reassembled payload", HFILL }},
        };
 
index bc7beff0ad45c87c2d88b15a274a7fda0c64a211..658f2c12db62e031e8d86197093c92011db3eeac 100644 (file)
@@ -1453,7 +1453,7 @@ void proto_register_h223 (void)
             "This H.223 MUX-PDU packet is reassembled in this frame", HFILL }},
 
         { &hf_h223_mux_reassembled_length,
-          { "Reassembled length", "h223.mux.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+          { "Reassembled length", "h223.mux.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
             "The total length of the reassembled payload", HFILL }},
 
         /* fields for h.223-al fragments */
@@ -1490,7 +1490,7 @@ void proto_register_h223 (void)
             "This H.223 AL-PDU packet is reassembled in this frame", HFILL }},
 
         { &hf_h223_al_reassembled_length,
-          { "Reassembled length", "h223.al.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+          { "Reassembled length", "h223.al.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
             "The total length of the reassembled payload", HFILL }},
 
         /* h223-als */
index 9c64d3378c394485b9a0716b5f09e2e1c4570225..85a23632d1f79ac4304fa6ea3b440c6dae559b5a 100644 (file)
@@ -2562,7 +2562,7 @@ proto_register_iax2 (void)
       "This IAX2 packet is reassembled in this frame", HFILL }},
 
     {&hf_iax2_reassembled_length,
-     {"Reassembled length", "iax2.reassembled_length",
+     {"Reassembled length", "iax2.reassembled.length",
       FT_UINT32, BASE_DEC, NULL, 0x0,
       "The total length of the reassembled payload", HFILL }}
   };
index 3041634d7e7bb62d001658b64519f548a2df7045..50ccfe1a71fe4d5ab98df1a2ca70d1964cf16dfe 100644 (file)
@@ -9274,7 +9274,7 @@ proto_register_ieee80211 (void)
        "This 802.11 packet is reassembled in this frame", HFILL }},
 
     {&hf_reassembled_length,
-      {"Reassembled 802.11 length", "wlan.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+      {"Reassembled 802.11 length", "wlan.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
        "The total length of the reassembled payload", HFILL }},
 
     {&hf_wep_iv,
index 85061a509a84090b7ff49e7f5707bfba53a41b30..f6012f9070e45e8993d65403b9da3314ad978451 100644 (file)
@@ -1950,7 +1950,7 @@ proto_register_ip(void)
                  "This IP packet is reassembled in this frame", HFILL }},
 
                { &hf_ip_reassembled_length,
-               { "Reassembled IP length", "ip.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+               { "Reassembled IP length", "ip.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
                        "The total length of the reassembled payload", HFILL }}
        };
        static gint *ett[] = {
index 5815b55d811d6e45606c7ba68bf9b49999bc710a..883d599079b8dba60a9861a8655307aa6b140f21 100644 (file)
@@ -1769,7 +1769,7 @@ proto_register_ipv6(void)
                                "This IPv6 packet is reassembled in this frame", HFILL }},
 
     { &hf_ipv6_reassembled_length,
-      { "Reassembled IPv6 length", "ipv6.reassembled_length",
+      { "Reassembled IPv6 length", "ipv6.reassembled.length",
                                FT_UINT32, BASE_DEC, NULL, 0x0,
                                "The total length of the reassembled payload", HFILL }},
 
index d14643612b38b3780b95668afd163618d6f5b2e5..eae58425f03348d213a431998e0a6508d28bb38b 100644 (file)
@@ -1802,7 +1802,7 @@ void proto_register_cotp(void)
       { "Reassembled COTP in frame", "cotp.reassembled_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
        "This COTP packet is reassembled in this frame", HFILL }},
     { &hf_cotp_reassembled_length,
-      { "Reassembled COTP length", "cotp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+      { "Reassembled COTP length", "cotp.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
        "The total length of the reassembled payload", HFILL }},
 /* ISO DP 8073 i13.3.4(a) Source and destination TSAPs are defined as
    identifiers of unspecified type and length.
index 752d35c38913c0580f2b59020a9abf44212b8c02..a42931bd7ffab440e62693f532d51f3766685af5 100644 (file)
@@ -3497,7 +3497,7 @@ proto_register_q931(void)
                        "This Q.931 message is reassembled in this frame", HFILL}}, 
 
                { &hf_q931_reassembled_length,
-                 { "Reassembled Q.931 length", "q931.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+                 { "Reassembled Q.931 length", "q931.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
                        "The total length of the reassembled payload", HFILL}}, 
        };
        static gint *ett[] = {
index 173ea41e1cebddbbde6faa43ac0030454db7eb7d..571994bd3ebe80ee11f64c9537e844a58ae3f03c 100644 (file)
@@ -1923,7 +1923,7 @@ proto_register_rtp(void)
                  "This RTP packet is reassembled in this frame", HFILL }
                },
                {&hf_rtp_reassembled_length,
-                {"Reassembled RTP length", "rtp.reassembled_length",
+                {"Reassembled RTP length", "rtp.reassembled.length",
                  FT_UINT32, BASE_DEC, NULL, 0x0,
                  "The total length of the reassembled payload", HFILL }
                },
index 06137113dfc3cd0a926d20344a9c115d174701d1..958fa74b6c9956b30ef19ff6f1b61af8563bd660 100644 (file)
@@ -5314,7 +5314,7 @@ proto_register_scsi (void)
           { "Reassembled SCSI DATA in frame", "scsi.reassembled_in", FT_FRAMENUM, BASE_NONE, NULL, 0x0,
            "This SCSI DATA packet is reassembled in this frame", HFILL }},
         { &hf_scsi_reassembled_length,
-          { "Reassembled SCSI DATA length", "scsi.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+          { "Reassembled SCSI DATA length", "scsi.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
            "The total length of the reassembled payload", HFILL }},
         { &hf_scsi_log_ppc_flags,
           {"PPC Flags", "scsi.log.ppc.flags", FT_UINT8, BASE_HEX, NULL, 0,
index 1db6c3adb8fa7ca17cdef514bd19b333409460e1..eee92bff8377da8acb06930142c798b1c6c88b7c 100644 (file)
@@ -3921,7 +3921,7 @@ proto_register_smb_pipe(void)
                        { "This PDU is reassembled in", "pipe.reassembled_in", FT_FRAMENUM,
                        BASE_NONE, NULL, 0x0, "The DCE/RPC PDU is completely reassembled in this frame", HFILL }},
                { &hf_pipe_reassembled_length,
-                       { "Reassembled length", "pipe.reassembled_length", FT_UINT32,
+                       { "Reassembled length", "pipe.reassembled.length", FT_UINT32,
                        BASE_DEC, NULL, 0x0, "The total length of the reassembled payload", HFILL }},
        };
        static gint *ett[] = {
index f66756be8e67c756869222b2246d6fe77d8b85e7..e52ca06a5fcce5caa21a55363eec350a9f6dece9 100644 (file)
@@ -4395,7 +4395,7 @@ proto_register_ssl(void)
                        "The PDU that doesn't end in this segment is reassembled in this frame", HFILL }},
 
                { &hf_ssl_reassembled_length,
-               { "Reassembled PDU length", "ssl.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+               { "Reassembled PDU length", "ssl.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
                        "The total length of the reassembled payload", HFILL }},
     };
 
index 3c38b69bc11677bb464d1b3e11049e92dfed44bc..ccd04968d744eaf3da668073713d0710810aff28 100644 (file)
@@ -3827,7 +3827,7 @@ proto_register_tcp(void)
                        "The PDU that doesn't end in this segment is reassembled in this frame", HFILL }},
 
                { &hf_tcp_reassembled_length,
-               { "Reassembled TCP length", "tcp.reassembled_length", FT_UINT32, BASE_DEC, NULL, 0x0,
+               { "Reassembled TCP length", "tcp.reassembled.length", FT_UINT32, BASE_DEC, NULL, 0x0,
                        "The total length of the reassembled payload", HFILL }},
 
                { &hf_tcp_options,
index 8fab2264c0898034b7741ecf83eb01c54b6621ac..18324d7ae8661ed69f11856d3858d10fedc84244 100644 (file)
@@ -2055,7 +2055,7 @@ proto_register_tds(void)
                        "This TDS packet is reassembled in this frame", HFILL }
                },
                { &hf_tds_reassembled_length,
-                       { "Reassembled TDS length", "tds.reassembled_length",
+                       { "Reassembled TDS length", "tds.reassembled.length",
                        FT_UINT32, BASE_DEC, NULL, 0x0,
                        "The total length of the reassembled payload", HFILL }
                },