summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-radius_packetcable.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-06-06 19:58:26 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-06-06 19:58:26 +0000
commitf345f716a2c6e8eea4e2a3a9ad8f387be3f853bf (patch)
tree30136361c16b5bf17ad52cfb44d6887fb9442ac2 /epan/dissectors/packet-radius_packetcable.c
parenta1a33fbcfc188fac7d4b2cbd0897ed04b07f9c4f (diff)
downloadwireshark-f345f716a2c6e8eea4e2a3a9ad8f387be3f853bf.tar.gz
Fix for bug 1643.
Add element type Policy Server. svn path=/trunk/; revision=22059
Diffstat (limited to 'epan/dissectors/packet-radius_packetcable.c')
-rw-r--r--epan/dissectors/packet-radius_packetcable.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/epan/dissectors/packet-radius_packetcable.c b/epan/dissectors/packet-radius_packetcable.c
index d07d54eeef..8d3121abfe 100644
--- a/epan/dissectors/packet-radius_packetcable.c
+++ b/epan/dissectors/packet-radius_packetcable.c
@@ -181,6 +181,7 @@ static value_string packetcable_em_header_element_type_vals[] =
{1, "CMS"},
{2, "CMTS"},
{3, "Media Gateway Controller"},
+ {4, "Policy Server"},
{0, NULL}
};
@@ -190,21 +191,21 @@ static value_string packetcable_em_header_status_error_indicator_vals[] =
{1, "Possible Error"},
{2, "Known Error"},
{3, "Reserved"},
- {0, NULL},
+ {0, NULL}
};
static value_string packetcable_em_header_status_event_origin_vals[] =
{
{0, "Trusted Element"},
{1, "Untrusted Element"},
- {0, NULL},
+ {0, NULL}
};
static value_string packetcable_em_header_status_event_message_proxied_vals[] =
{
{0, "Not proxied"},
{1, "Proxied"},
- {0, NULL},
+ {0, NULL}
};
static value_string packetcable_call_termination_cause_vals[] =
@@ -212,7 +213,7 @@ static value_string packetcable_call_termination_cause_vals[] =
{0, "Reserved"},
{1, "BAF"},
{2, "Reserved"},
- {0, NULL},
+ {0, NULL}
};
static value_string packetcable_trunk_type_vals[] =
@@ -224,7 +225,7 @@ static value_string packetcable_trunk_type_vals[] =
{5, "Not Used"},
{6, "SS7 from IC to AT and non-SS7 from AT to EO (terminating only)"},
{9, "Signaling type not specified"},
- {0, NULL},
+ {0, NULL}
};
static value_string packetcable_state_indication_vals[] =