diff options
author | Hadriel Kaplan <hadrielk@yahoo.com> | 2015-08-16 12:37:11 -0400 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2015-08-19 04:26:24 +0000 |
commit | d64ad1de91cb8303ce5b76faf0c5bdc0bf09a930 (patch) | |
tree | 3b01dd8298f02eb111ff33e51bccdddb5863d118 /debian/libwiretap0.symbols | |
parent | 3268023b877afa13ad68c08237baa36f9d6c89ec (diff) | |
download | wireshark-d64ad1de91cb8303ce5b76faf0c5bdc0bf09a930.tar.gz wireshark-d64ad1de91cb8303ce5b76faf0c5bdc0bf09a930.tar.bz2 wireshark-d64ad1de91cb8303ce5b76faf0c5bdc0bf09a930.zip |
capinfos: add more info about file and interfaces
Add more information about the capture file, and about the interface
descriptions in it. Also remove long-unused g_options code.
Change-Id: I93cbd70fc7b09ec1b8b2fd6c85bb885c7f749543
Reviewed-on: https://code.wireshark.org/review/10073
Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'debian/libwiretap0.symbols')
-rw-r--r-- | debian/libwiretap0.symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/libwiretap0.symbols b/debian/libwiretap0.symbols index 3244c81e54..efcafcd80f 100644 --- a/debian/libwiretap0.symbols +++ b/debian/libwiretap0.symbols @@ -103,6 +103,7 @@ libwiretap.so.0 libwiretap0 #MINVER# wtap_short_string_to_file_type_subtype@Base 1.9.1 wtap_snapshot_length@Base 1.9.1 wtap_strerror@Base 1.9.1 + wtap_tsprec_string@Base 1.99.9 wtap_write_nrb_comment@Base 1.99.9 wtap_write_shb_comment@Base 1.9.1 wtap_wtap_encap_to_pcap_encap@Base 1.9.1 |