diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-05-03 15:31:01 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-05-03 15:31:01 +0000 |
commit | babb1e59f6c413f348d33629ec4bf2a362172847 (patch) | |
tree | a915cf2db19cd6cca5ffe6885a5f8ba673bbd535 | |
parent | d1c1455efc828e362c9563bc989b95c938156d92 (diff) | |
download | wireshark-babb1e59f6c413f348d33629ec4bf2a362172847.tar.gz wireshark-babb1e59f6c413f348d33629ec4bf2a362172847.tar.bz2 wireshark-babb1e59f6c413f348d33629ec4bf2a362172847.zip |
Fix a typo.
svn path=/trunk/; revision=42400
-rw-r--r-- | epan/dissectors/packet-umts_fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c index 32da6738cd..882bcba06d 100644 --- a/epan/dissectors/packet-umts_fp.c +++ b/epan/dissectors/packet-umts_fp.c @@ -3881,7 +3881,7 @@ void proto_register_fp(void) } }, { &hf_fp_drt, - { "DRT", + { "DelayRefTime", "fp.drt", FT_UINT16, BASE_DEC, 0, 0x0, NULL, HFILL } |