diff options
Diffstat (limited to 'epan/dissectors/packet-rsvp.c')
-rw-r--r-- | epan/dissectors/packet-rsvp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsvp.c b/epan/dissectors/packet-rsvp.c index 69709ec206..ed17ddb9eb 100644 --- a/epan/dissectors/packet-rsvp.c +++ b/epan/dissectors/packet-rsvp.c @@ -6152,7 +6152,7 @@ static const value_string rsvp_3gpp_obj_traffic_class_vals[] = { { 1, "Conversational"}, { 2, "Streaming"}, { 3, "Interactive"}, - { 4, "Backgroud"}, + { 4, "Background"}, { 0, NULL} }; |