aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/file_access.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-03-11 16:01:27 -0800
committerGuy Harris <gharris@sonic.net>2021-03-11 16:01:27 -0800
commitc473eba8dc17b6dd61ab7e8f80d7c0f0eaeeb9ef (patch)
tree11398bc9c0549a6a8dc659faaf879f71be45341e /wiretap/file_access.c
parent2561f1e9f891aeb61b4d2fc16e553c870b1d6c7c (diff)
observer: rename source and update name.
Name the source to the code to read Observer files after the file format, not the company that created it, got bought by JDSU, and then ended up in Viavi when JDSU split. Refer to the file format as "Viavi Observer" to reflect that.
Diffstat (limited to 'wiretap/file_access.c')
-rw-r--r--wiretap/file_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index cec6e0d102..a6e0fdc7d3 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -53,7 +53,7 @@
#include "logcat.h"
#include "logcat_text.h"
#include "json.h"
-#include "network_instruments.h"
+#include "observer.h"
#include "k12.h"
#include "ber.h"
#include "catapult_dct2000.h"
@@ -367,7 +367,7 @@ static const struct open_info open_info_base[] = {
{ "HP-UX nettl trace", OPEN_INFO_MAGIC, nettl_open, NULL, NULL, NULL },
{ "Visual Networks traffic capture", OPEN_INFO_MAGIC, visual_open, NULL, NULL, NULL },
{ "InfoVista 5View capture", OPEN_INFO_MAGIC, _5views_open, NULL, NULL, NULL },
- { "Network Instruments Observer", OPEN_INFO_MAGIC, network_instruments_open, NULL, NULL, NULL },
+ { "Viavi Observer", OPEN_INFO_MAGIC, observer_open, NULL, NULL, NULL },
{ "Savvius tagged", OPEN_INFO_MAGIC, peektagged_open, NULL, NULL, NULL },
{ "Colasoft Capsa", OPEN_INFO_MAGIC, capsa_open, NULL, NULL, NULL },
{ "DBS Etherwatch (VMS)", OPEN_INFO_MAGIC, dbs_etherwatch_open, NULL, NULL, NULL },