Skip to content

Commit

Permalink
c15ch: fix value_string termination
Browse files Browse the repository at this point in the history
Change-Id: I305ec694e2eea75dd1826d3ae82b39d2716ef7c1
Reviewed-on: https://code.wireshark.org/review/20789
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
  • Loading branch information
Lekensteyn authored and mmann78 committed Mar 29, 2017
1 parent c981793 commit a2cf383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epan/dissectors/packet-c15ch.c
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ static const value_string c15_srcedest_path_types[] = {
{ 8, "1WAY_2_UTR" },
{ 9, "2WAY_LB" },
{10, "2WAY_LSG" },
{11, NULL }
{ 0, NULL }
};

/* tcap */
Expand Down

0 comments on commit a2cf383

Please sign in to comment.