summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-nwmtp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 21:46:31 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-09-23 21:46:31 +0000
commit0ff5638f37a1de5d061106b37930c6767bc445de (patch)
tree8fe06c6ee8fe5365b0a2eaa3708fb6d431ca59cb /epan/dissectors/packet-nwmtp.c
parente84f210167f604a4c40e42774ebd1e80c1a23711 (diff)
downloadwireshark-0ff5638f37a1de5d061106b37930c6767bc445de.tar.gz
Replace blurbs that match the name (case insensitive) with NULL.
svn path=/trunk/; revision=34227
Diffstat (limited to 'epan/dissectors/packet-nwmtp.c')
-rw-r--r--epan/dissectors/packet-nwmtp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-nwmtp.c b/epan/dissectors/packet-nwmtp.c
index 0093462362..abb2da4821 100644
--- a/epan/dissectors/packet-nwmtp.c
+++ b/epan/dissectors/packet-nwmtp.c
@@ -99,7 +99,7 @@ static void dissect_nwmtp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
next_tvb = tvb_new_subset(tvb, offset + 12, len, len);
call_dissector(mtp_handle, next_tvb, pinfo, tree);
- offset += len + 12;
+ offset += len + 12;
}
}
@@ -119,7 +119,7 @@ void proto_register_mwmtp(void)
{&hf_nwmtp_data_index,
{"Link Index", "nwmtp.link_index",
FT_UINT16, BASE_DEC, NULL, 0x0,
- "Link Index", HFILL}
+ NULL, HFILL}
},
{&hf_nwmtp_user_context,
{"User Context", "nwmtp.user_context",