aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-03-31 01:09:38 -0700
committerGuy Harris <guy@alum.mit.edu>2017-03-31 08:10:41 +0000
commit08963526bc618cb827f7e1eddb547c3bea0d2017 (patch)
treed4d04704c4b937aaf42346ab7742a587a7cc3a1b /epan/proto.h
parent9a3f177c22cc9f02511913be51927aab5309ab11 (diff)
Fix typo.
Change-Id: I55137590280024dd383c0d005a2d9d79f9b7d38a Reviewed-on: https://code.wireshark.org/review/20804 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 1d937c6443..95a6ba42bb 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -416,7 +416,7 @@ WS_DLL_PUBLIC WS_NORETURN void proto_report_dissector_bug(const char *message);
#define ENC_TIME_NTP 0x00000002
#define ENC_TIME_TOD 0x00000004
#define ENC_TIME_RTPS 0x00000008
-#define ENC_TIME_NTP_BASE_ZERO ENC_TIME_RTP /* for backwards source compatibility */
+#define ENC_TIME_NTP_BASE_ZERO ENC_TIME_RTPS /* for backwards source compatibility */
#define ENC_TIME_TIMEVAL 0x00000010
#define ENC_TIME_SECS 0x00000012
#define ENC_TIME_MSECS 0x00000014