aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-cesopsn.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-cesopsn.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-cesopsn.c')
-rw-r--r--epan/dissectors/packet-pw-cesopsn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pw-cesopsn.c b/epan/dissectors/packet-pw-cesopsn.c
index 816595c0b0..4856464825 100644
--- a/epan/dissectors/packet-pw-cesopsn.c
+++ b/epan/dissectors/packet-pw-cesopsn.c
@@ -399,7 +399,7 @@ void dissect_pw_cesopsn_udp( tvbuff_t * tvb_original, packet_info * pinfo, proto
void proto_register_pw_cesopsn(void)
{
static hf_register_info hf[] = {
- { &hf_cw ,{"Control Word" ,""
+ { &hf_cw ,{"Control Word" ,"pwcesopsn.cw"
,FT_NONE ,BASE_NONE ,NULL
,0 ,NULL ,HFILL }}
,{&hf_cw_bits03,{"Bits 0 to 3" ,"pwcesopsn.cw.bits03"