aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-07 00:35:16 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2005-12-07 00:35:16 +0000
commita9a437d64a3ce2c677cf27629c998717bd5af371 (patch)
tree5d7ce63c8cd5ef9199215858d3b935e213d67b0c /epan/dissectors/packet-ppp.c
parent213ef19c8745763a219e723e6cb52ce80a80c662 (diff)
From Martin M various updates and fixes
Hi, Some tiddly changes: pppoe- don't create an empty discovery tags tree when the payload length is 0 chap- make chap.value work as a filterable field rtcp- append the packet type to the protocol tree name  svn path=/trunk/; revision=16712
Diffstat (limited to 'epan/dissectors/packet-ppp.c')
-rw-r--r--epan/dissectors/packet-ppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index c62405277a..6d1b33ad44 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -4171,7 +4171,7 @@ proto_register_chap(void)
&hf_chap_value,
{
"Value", "chap.value",
- FT_BYTES, BASE_HEX,
+ FT_BYTES, BASE_NONE,
NULL, 0x0,
"CHAP value data", HFILL
}
@@ -4179,7 +4179,7 @@ proto_register_chap(void)
{
&hf_chap_name,
{
- "Name", "chap.value",
+ "Name", "chap.name",
FT_STRING, BASE_NONE,
NULL, 0x0,
"CHAP name", HFILL