aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-02-03 08:47:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-02-03 08:47:15 +0000
commit47e732e29ea9d6c4e3f455c974d3b9b6300a0073 (patch)
tree0d1d73dbb5e35cdf58f2c34c18106ea4d10c025f /epan
parentb535a07ea0ce37d90dc2f0cdaf01d66ad3e7a7a1 (diff)
Changed "reassembled_length" -> "reassembled.length".
svn path=/trunk/; revision=31776
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-atalk.c2
-rw-r--r--epan/dissectors/packet-clnp.c2
-rw-r--r--epan/dissectors/packet-dcerpc.c2
-rw-r--r--epan/dissectors/packet-dnp.c2
-rw-r--r--epan/dissectors/packet-gssapi.c2
-rw-r--r--epan/dissectors/packet-h223.c4
-rw-r--r--epan/dissectors/packet-iax2.c2
-rw-r--r--epan/dissectors/packet-ieee80211.c2
-rw-r--r--epan/dissectors/packet-ip.c2
-rw-r--r--epan/dissectors/packet-ipv6.c2
-rw-r--r--epan/dissectors/packet-ositp.c2
-rw-r--r--epan/dissectors/packet-q931.c2
-rw-r--r--epan/dissectors/packet-rtp.c2
-rw-r--r--epan/dissectors/packet-scsi.c2
-rw-r--r--epan/dissectors/packet-smb-pipe.c2
-rw-r--r--epan/dissectors/packet-ssl.c2
-rw-r--r--epan/dissectors/packet-tcp.c2
-rw-r--r--epan/dissectors/packet-tds.c2
18 files changed, 19 insertions, 19 deletions
diff --git a/epan/dissectors/packet-atalk.c b/epan/dissectors/packet-atalk.c
index dbb37a1966..d49c3134f1 100644
--- a/epan/dissectors/packet-atalk.c
+++ b/epan/dissectors/packet-atalk.c
@@ -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 }}
};
diff --git a/epan/dissectors/packet-clnp.c b/epan/dissectors/packet-clnp.c
index c4c63a306d..35a2e57c2f 100644
--- a/epan/dissectors/packet-clnp.c
+++ b/epan/dissectors/packet-clnp.c
@@ -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[] = {
diff --git a/epan/dissectors/packet-dcerpc.c b/epan/dissectors/packet-dcerpc.c
index e9c0600700..3015409e2f 100644
--- a/epan/dissectors/packet-dcerpc.c
+++ b/epan/dissectors/packet-dcerpc.c
@@ -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,
diff --git a/epan/dissectors/packet-dnp.c b/epan/dissectors/packet-dnp.c
index 4ad4d0a720..a8abee79b8 100644
--- a/epan/dissectors/packet-dnp.c
+++ b/epan/dissectors/packet-dnp.c
@@ -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 }}
};
diff --git a/epan/dissectors/packet-gssapi.c b/epan/dissectors/packet-gssapi.c
index 03c16c19f1..3ce355dbd5 100644
--- a/epan/dissectors/packet-gssapi.c
+++ b/epan/dissectors/packet-gssapi.c
@@ -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 }},
};
diff --git a/epan/dissectors/packet-h223.c b/epan/dissectors/packet-h223.c
index bc7beff0ad..658f2c12db 100644
--- a/epan/dissectors/packet-h223.c
+++ b/epan/dissectors/packet-h223.c
@@ -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 */
diff --git a/epan/dissectors/packet-iax2.c b/epan/dissectors/packet-iax2.c
index 9c64d3378c..85a23632d1 100644
--- a/epan/dissectors/packet-iax2.c
+++ b/epan/dissectors/packet-iax2.c
@@ -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 }}
};
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 3041634d7e..50ccfe1a71 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -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,
diff --git a/epan/dissectors/packet-ip.c b/epan/dissectors/packet-ip.c
index 85061a509a..f6012f9070 100644
--- a/epan/dissectors/packet-ip.c
+++ b/epan/dissectors/packet-ip.c
@@ -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[] = {
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index 5815b55d81..883d599079 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -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 }},
diff --git a/epan/dissectors/packet-ositp.c b/epan/dissectors/packet-ositp.c
index d14643612b..eae58425f0 100644
--- a/epan/dissectors/packet-ositp.c
+++ b/epan/dissectors/packet-ositp.c
@@ -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.
diff --git a/epan/dissectors/packet-q931.c b/epan/dissectors/packet-q931.c
index 752d35c389..a42931bd7f 100644
--- a/epan/dissectors/packet-q931.c
+++ b/epan/dissectors/packet-q931.c
@@ -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[] = {
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 173ea41e1c..571994bd3e 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -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 }
},
diff --git a/epan/dissectors/packet-scsi.c b/epan/dissectors/packet-scsi.c
index 06137113df..958fa74b6c 100644
--- a/epan/dissectors/packet-scsi.c
+++ b/epan/dissectors/packet-scsi.c
@@ -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,
diff --git a/epan/dissectors/packet-smb-pipe.c b/epan/dissectors/packet-smb-pipe.c
index 1db6c3adb8..eee92bff83 100644
--- a/epan/dissectors/packet-smb-pipe.c
+++ b/epan/dissectors/packet-smb-pipe.c
@@ -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[] = {
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c
index f66756be8e..e52ca06a5f 100644
--- a/epan/dissectors/packet-ssl.c
+++ b/epan/dissectors/packet-ssl.c
@@ -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 }},
};
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 3c38b69bc1..ccd04968d7 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -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,
diff --git a/epan/dissectors/packet-tds.c b/epan/dissectors/packet-tds.c
index 8fab2264c0..18324d7ae8 100644
--- a/epan/dissectors/packet-tds.c
+++ b/epan/dissectors/packet-tds.c
@@ -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 }
},