aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ax25-nol3.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-02 22:04:12 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-08-02 22:04:12 +0000
commitb9276f6e960663ad1bea33b11c0d76c26118b633 (patch)
tree4f612edf365b374e88b844e9c1cba28722446b7a /epan/dissectors/packet-ax25-nol3.c
parentb61be307a135ce1f4530ab3d08484a2f4bba7db0 (diff)
Replace blurbs which duplicate the field name with NULL.
svn path=/trunk/; revision=44229
Diffstat (limited to 'epan/dissectors/packet-ax25-nol3.c')
-rw-r--r--epan/dissectors/packet-ax25-nol3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ax25-nol3.c b/epan/dissectors/packet-ax25-nol3.c
index 140f6d8dae..860fb41370 100644
--- a/epan/dissectors/packet-ax25-nol3.c
+++ b/epan/dissectors/packet-ax25-nol3.c
@@ -27,7 +27,7 @@
/*
* This dissector is for the "No Layer 3 protocol" PID of the AX.25 Amateur
* Packet-Radio Link-Layer Protocol, Version 2.0, October 1984
- *
+ *
* At the time of writing the specification could be found here:
* http://www.tapr.org/pub_ax25.html
*
@@ -188,7 +188,7 @@ proto_register_ax25_nol3(void)
{ &hf_text,
{ "Text", "ax25.nol3.text",
FT_STRING, BASE_NONE, NULL, 0x0,
- "Text", HFILL }
+ NULL, HFILL }
},
};