Observer is now a product of Viavi.

JDSU bought Network Instruments, and then split into Viavi and Lumentum,
with Viavi getting Observer.
This commit is contained in:
Guy Harris 2021-03-11 11:38:04 -08:00
parent 20a6fea312
commit e0afa7f2a4
7 changed files with 12 additions and 12 deletions

View File

@ -69,7 +69,7 @@ AG Group/WildPackets/Savvius B<EtherPeek>/B<TokenPeek>/B<AiroPeek>/B<EtherHelp>/
B<RADCOM>'s WAN/LAN analyzer captures B<RADCOM>'s WAN/LAN analyzer captures
=item * =item *
Network Instruments B<Observer> version 9 captures Network Instruments/JDSU/Viavi B<Observer> version 9 captures
=item * =item *
B<Lucent/Ascend> router debug output B<Lucent/Ascend> router debug output

View File

@ -218,7 +218,7 @@ EtherPeek/TokenPeek/AiroPeek/EtherHelp/Packet Grabber captures
* Network Associates Windows-based Sniffer captures * Network Associates Windows-based Sniffer captures
* Network General/Network Associates DOS-based Sniffer (compressed or * Network General/Network Associates DOS-based Sniffer (compressed or
uncompressed) captures uncompressed) captures
* Network Instruments Observer version 9 captures * Network Instruments/JDSU/Viavi Observer version 9 captures
* Novell LANalyzer captures * Novell LANalyzer captures
* RADCOM's WAN/LAN analyzer captures * RADCOM's WAN/LAN analyzer captures
* Shomiti/Finisar Surveyor captures * Shomiti/Finisar Surveyor captures

View File

@ -816,9 +816,9 @@ system clock appears to display correct local time. When capturing, Npcap has
to convert the time to UTC before supplying it to Wireshark. If the systems to convert the time to UTC before supplying it to Wireshark. If the systems
time zone is not set correctly, that conversion will not be done correctly. time zone is not set correctly, that conversion will not be done correctly.
Other capture file formats, such as the Microsoft Network Monitor, DOS-based Other capture file formats, such as the Microsoft Network Monitor,
Sniffer, and Network Instruments Observer formats, save the arrival time of DOS-based Sniffer, and Network Instruments/JDSU/Viavi Observer formats,
packets as local time values. save the arrival time of packets as local time values.
Internally to Wireshark, time stamps are represented in UTC. This means that Internally to Wireshark, time stamps are represented in UTC. This means that
when reading capture files that save the arrival time of packets as local time when reading capture files that save the arrival time of packets as local time

View File

@ -124,7 +124,7 @@ The following file formats from other capture tools can be opened by Wireshark:
* RADCOMs WAN/LAN Analyzer captures * RADCOMs WAN/LAN Analyzer captures
* Network Instruments Observer version 9 captures * Network Instruments/JDSU/Viavi Observer version 9 captures
* Lucent/Ascend router debug output * Lucent/Ascend router debug output
@ -279,7 +279,7 @@ The following file formats can be saved by Wireshark (with the known file extens
* Network Associates Sniffer - Windows ({asterisk}.cap) * Network Associates Sniffer - Windows ({asterisk}.cap)
* Network Instruments Observer version 9 ({asterisk}.bfr) * Network Instruments/Viavi Observer version 9 ({asterisk}.bfr)
* Novell LANalyzer ({asterisk}.tr1) * Novell LANalyzer ({asterisk}.tr1)

View File

@ -113,7 +113,7 @@
</mime-type> </mime-type>
<mime-type type="application/x-etherpeek"> <mime-type type="application/x-etherpeek">
<comment>Packet Capture (Savvius/Etherpeek/Airopeek tagged/v9)</comment> <comment>Packet Capture (Savvius Etherpeek/Airopeek/Omnipeek tagged/v9)</comment>
<generic-icon name="org.wireshark.Wireshark-mimetype"/> <generic-icon name="org.wireshark.Wireshark-mimetype"/>
<magic> <magic>
<match type="string" offset="0" value="\177ver"/> <match type="string" offset="0" value="\177ver"/>
@ -137,7 +137,7 @@
</mime-type> </mime-type>
<mime-type type="application/x-netinstobserver"> <mime-type type="application/x-netinstobserver">
<comment>Packet Capture (Network Instruments Observer)</comment> <comment>Packet Capture (Viavi Observer)</comment>
<generic-icon name="org.wireshark.Wireshark-mimetype"/> <generic-icon name="org.wireshark.Wireshark-mimetype"/>
<magic> <magic>
<match type="string" offset="0" value="ObserverPktBuffe"/> <match type="string" offset="0" value="ObserverPktBuffe"/>

View File

@ -42,7 +42,7 @@
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>Wiresharkdoc.icns</string> <string>Wiresharkdoc.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Savvius Packet Capture</string> <string>Savvius EtherPeek/TokenPeek/AiroPeek/OmniPeek Packet Capture</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>
@ -55,7 +55,7 @@
<key>CFBundleTypeIconFile</key> <key>CFBundleTypeIconFile</key>
<string>Wiresharkdoc.icns</string> <string>Wiresharkdoc.icns</string>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>Network Instruments Observer Packet Capture</string> <string>Viavi Observer Packet Capture</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>Viewer</string> <string>Viewer</string>
</dict> </dict>

View File

@ -138,7 +138,7 @@ static const struct file_extension_info file_type_extensions_base[] = {
{ "Endace ERF capture", TRUE, "erf" }, { "Endace ERF capture", TRUE, "erf" },
{ "EyeSDN USB S0/E1 ISDN trace format", TRUE, "trc" }, { "EyeSDN USB S0/E1 ISDN trace format", TRUE, "trc" },
{ "HP-UX nettl trace", TRUE, "trc0;trc1" }, { "HP-UX nettl trace", TRUE, "trc0;trc1" },
{ "Network Instruments Observer", TRUE, "bfr" }, { "Viavi Observer", TRUE, "bfr" },
{ "Colasoft Capsa", TRUE, "cscpkt" }, { "Colasoft Capsa", TRUE, "cscpkt" },
{ "Novell LANalyzer", TRUE, "tr1" }, { "Novell LANalyzer", TRUE, "tr1" },
{ "Tektronix K12xx 32-bit .rf5 format", TRUE, "rf5" }, { "Tektronix K12xx 32-bit .rf5 format", TRUE, "rf5" },