aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_acl.c
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-05 07:36:02 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-11-05 07:36:02 +0000
commit236d51862d7a84c9b9d8cdb3c46074580d4eb487 (patch)
treeb88ca412a0a4d6da34b0df00a0d3a0e72f98b76c /epan/dissectors/packet-bthci_acl.c
parent446d188aa906986d58b0781870b4535c3a77613d (diff)
Fix value strings in packet boundary lookup table
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30830 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-bthci_acl.c')
-rw-r--r--epan/dissectors/packet-bthci_acl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bthci_acl.c b/epan/dissectors/packet-bthci_acl.c
index 5a1ccb3bf3..04c6b35a25 100644
--- a/epan/dissectors/packet-bthci_acl.c
+++ b/epan/dissectors/packet-bthci_acl.c
@@ -73,8 +73,9 @@ typedef struct _chandle_data_t {
static emem_tree_t *chandle_tree=NULL;
static const value_string pb_flag_vals[] = {
- {1, "Continuing Fragment"},
- {2, "Start Fragment"},
+ {0, "First Non-automatically Flushable Packet"},
+ {1, "Continuing Fragment"},
+ {2, "First Automatically Flushable Packet"},
{0, NULL }
};