aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-satop.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-04-25 17:38:46 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-04-25 17:38:46 +0000
commit9c3d944191ac4f0193d24f1d176db8374c9f0997 (patch)
treeb63ecb1be1933cef6ac5de112e62e6e19259ef6f /epan/dissectors/packet-pw-satop.c
parent085dd46d5cfc8eeca38c8801935314747b8f2cf7 (diff)
Empty strings are not very useful abbreviations. Even if it seems unlikely someone would want to filter on a specific field, we should give the user the option.
svn path=/trunk/; revision=32559
Diffstat (limited to 'epan/dissectors/packet-pw-satop.c')
-rw-r--r--epan/dissectors/packet-pw-satop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pw-satop.c b/epan/dissectors/packet-pw-satop.c
index cddb495be2..1a49dc244e 100644
--- a/epan/dissectors/packet-pw-satop.c
+++ b/epan/dissectors/packet-pw-satop.c
@@ -412,7 +412,7 @@ void dissect_pw_satop_udp( tvbuff_t * tvb_original, packet_info * pinfo, proto_t
void proto_register_pw_satop(void)
{
static hf_register_info hf[] = {
- { &hf_cw ,{"Control Word" ,""
+ { &hf_cw ,{"Control Word" ,"pwsatop.cw"
,FT_NONE ,BASE_NONE ,NULL
,0 ,NULL ,HFILL }}
,{&hf_cw_bits03,{"Bits 0 to 3" ,"pwsatop.cw.bits03"