aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mongo.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-09-14 08:30:31 -0700
committerAnders Broman <a.broman58@gmail.com>2018-09-25 13:24:17 +0000
commit50dbe4df7fd7a5e4e1a27fd5046981486d350994 (patch)
treeb671e5f91ee62fd7f38836e656ff1c5952afb454 /epan/dissectors/packet-mongo.c
parent8e594bb4579b628f23315dcb07d6850826b663f4 (diff)
Rename packet-ssl* to packet-tls*
Rename packet-ssl{,-utils}.[ch] to packet-tls{,-utils}.[ch]. Change-Id: I4732162ec131ddf0734b3dd191ccc9e48a76ce06 Reviewed-on: https://code.wireshark.org/review/29659 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-mongo.c')
-rw-r--r--epan/dissectors/packet-mongo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mongo.c b/epan/dissectors/packet-mongo.c
index ca9095eed2..b032d99488 100644
--- a/epan/dissectors/packet-mongo.c
+++ b/epan/dissectors/packet-mongo.c
@@ -23,7 +23,7 @@
#include <epan/exceptions.h>
#include <epan/expert.h>
#include "packet-tcp.h"
-#include "packet-ssl.h"
+#include "packet-tls.h"
#ifdef HAVE_SNAPPY
#include <snappy-c.h>
#endif