aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pagp.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2005-06-15 21:33:48 +0000
committerGerald Combs <gerald@wireshark.org>2005-06-15 21:33:48 +0000
commita2af0184b93b51615ef7797041bedd2ac27ac20c (patch)
tree1ba8a33199da401ab59be9eb32d98ec45db13dc4 /epan/dissectors/packet-pagp.c
parenta9f65e1cf3c2fac755002a0bca95c9be66ce4047 (diff)
Add missing hf entries. Fixes bug 240.
svn path=/trunk/; revision=14638
Diffstat (limited to 'epan/dissectors/packet-pagp.c')
-rw-r--r--epan/dissectors/packet-pagp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pagp.c b/epan/dissectors/packet-pagp.c
index fea93bea04..a94f74f75f 100644
--- a/epan/dissectors/packet-pagp.c
+++ b/epan/dissectors/packet-pagp.c
@@ -542,6 +542,16 @@ proto_register_pagp(void)
FT_ETHER, BASE_NONE, NULL, 0x0,
"Source MAC on frames for this aggregate", HFILL }},
+ { &hf_pagp_flush_local_device_id,
+ { "Flush Local Device ID", "pagp.flushlocaldevid",
+ FT_ETHER, BASE_NONE, NULL, 0x0,
+ "Flush local device ID", HFILL }},
+
+ { &hf_pagp_flush_partner_device_id,
+ { "Flush Partner Device ID", "pagp.flushpartnerdevid",
+ FT_ETHER, BASE_NONE, NULL, 0x0,
+ "Flush remote device ID", HFILL }},
+
{ &hf_pagp_flush_transaction_id,
{ "Transaction ID", "pagp.transid",
FT_UINT32, BASE_HEX, NULL, 0x0,