forked from osmocom/wireshark
Docs: More POD markup cleanup.
parent
f4c283298f
commit
da817af974
|
@ -23,7 +23,7 @@ S<[ B<-g> ]>
|
|||
S<[ B<-h>|B<--help> ]>
|
||||
S<[ B<-i>|B<--interface> E<lt>capture interfaceE<gt>|rpcap://E<lt>hostE<gt>:E<lt>portE<gt>/E<lt>capture interfaceE<gt>|TCP@E<lt>hostE<gt>:E<lt>portE<gt>|- ]>
|
||||
S<[ B<-I>|B<--monitor-mode> ]>
|
||||
S<[ B<-k> E<lt>freqE<gt>,[E<lt>typeE<gt>],[E<lt>center_freq1E<gt>],[E<lt>center_freq2>E<gt>] ]>
|
||||
S<[ B<-k> E<lt>freqE<gt>,[E<lt>typeE<gt>],[E<lt>center_freq1E<gt>],[E<lt>center_freq2E<gt>] ]>
|
||||
S<[ B<-L>|B<--list-data-link-types> ]>
|
||||
S<[ B<-M> ]>
|
||||
S<[ B<-n> ]>
|
||||
|
|
|
@ -41,19 +41,20 @@ To resolve a single address:
|
|||
|
||||
echo 4.4.4.4 | mmdbresolve -f /usr/share/GeoIP/GeoLite2-City.mmdb
|
||||
|
||||
Example output:
|
||||
[init]
|
||||
db.0.path: /usr/share/GeoIP/GeoLite2-City.mmdb
|
||||
db.0.status: OK
|
||||
mmdbresolve.status: true
|
||||
# End init
|
||||
[4.4.4.4]
|
||||
# GeoLite2-City
|
||||
country.iso_code: US
|
||||
country.names.en: United States
|
||||
location.latitude: 37.751000
|
||||
location.longitude: -97.822000
|
||||
# End 4.4.4.4
|
||||
Example output:
|
||||
|
||||
[init]
|
||||
db.0.path: /usr/share/GeoIP/GeoLite2-City.mmdb
|
||||
db.0.status: OK
|
||||
mmdbresolve.status: true
|
||||
# End init
|
||||
[4.4.4.4]
|
||||
# GeoLite2-City
|
||||
country.iso_code: US
|
||||
country.names.en: United States
|
||||
location.latitude: 37.751000
|
||||
location.longitude: -97.822000
|
||||
# End 4.4.4.4
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
|
|
@ -1274,13 +1274,9 @@ When Wireshark starts, the color filters are loaded from:
|
|||
|
||||
=over
|
||||
|
||||
=item 1.
|
||||
=item 1. The user's personal color filters file or, if that does not exist,
|
||||
|
||||
The user's personal color filters file or, if that does not exist,
|
||||
|
||||
=item 2.
|
||||
|
||||
The global color filters file.
|
||||
=item 2. The global color filters file.
|
||||
|
||||
=back
|
||||
|
||||
|
|
Loading…
Reference in New Issue