aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-01-23 19:36:48 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-01-23 19:36:48 +0000
commitd4b79ec466a0ba62dfcf0deee340f0f54d2bc716 (patch)
treed57f72c71f8fcf4173735de12b5f771a6f5678fd /epan
parent8da2af76302d3e02ec0956ea7b184b4f6682f7d3 (diff)
NTP version 1 and 2 can be used as well.
svn path=/trunk/; revision=27290
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ntp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index f5efde5863..889a28732b 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -113,8 +113,8 @@ static const value_string li_types[] = {
static const value_string ver_nums[] = {
{ 0, "reserved" },
- { 1, "reserved" },
- { 2, "reserved" },
+ { 1, "NTP Version 1" },
+ { 2, "NTP Version 2" },
{ 3, "NTP Version 3" },
{ 4, "NTP Version 4" },
{ 5, "reserved" },