aboutsummaryrefslogtreecommitdiffstats
path: root/debian/libwireshark0.symbols
AgeCommit message (Collapse)AuthorFilesLines
2014-10-08Robopatch and remove #MISSING comments.Guy Harris1-1/+3
Change-Id: I611882a8b268046665488381be64aca89cdf3194 Reviewed-on: https://code.wireshark.org/review/4563 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-09-27The Ubuntu build says to do this, so I'll believe it so it stops failing.Guy Harris1-1/+12
We get rid of the exports file with ws_symbol_export.h, and then we bring it back with this. Change-Id: Ic689d20ec8ca5806677e1b52018c8c79b381508f Reviewed-on: https://code.wireshark.org/review/4335 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-08-09Update symbol lists.Guy Harris1-0/+6
Change-Id: I55ce6396b943ce9376649a9a8973a6e1cadcced7 Reviewed-on: https://code.wireshark.org/review/3518 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-08-02Fix Debian package build complaints.Guy Harris1-3/+21
Apply the patches printed out when the Debian package build complains, and then remove the #MISSING indications that correspond to routines we don't export outside the library (either because we don't declare them as exported outside the library, because they've been removed, or because they've been moved to another library). Change-Id: Iba2d5c5436dabd31d7f84fd400bb78afcb5ee69f Reviewed-on: https://code.wireshark.org/review/3367 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-08-02Add tvb_ensure_bytes_exist64 to the API list.Guy Harris1-0/+1
I thought ws_symbol_export.h was supposed to eliminate API list files. Apparently it didn't, so we have to update this file every time we add a new API. Change-Id: I93dda6ccc992c79d52d2b460e818995e6332f1be Reviewed-on: https://code.wireshark.org/review/3363 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-06-20One more change to dissector_add_for_decode_as.Guy Harris1-1/+1
Change-Id: Icd272fc9ae749728a601966de573843390e278ab Reviewed-on: https://code.wireshark.org/review/2484 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-06-18Update debian/symbols for the changed library ABIsBalint Reczey1-12/+7
Change-Id: I942a92569472e3cecfaee004778561986aee3e69 Reviewed-on: https://code.wireshark.org/review/2357 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-06-08Sync .deb packaging from DebianBalint Reczey1-0/+1538
The sync makes CMake the build system for the .deb package and starts providing wireshark-qt in the wireshark-qt package. The package structure, i.e. the libraries are shipped in separate packages is also sync-ed. Wireshark-qt uses the Qt 4 libraries, but it is easy to switch it to Qt 5. Change-Id: I849d18bdb8ca6ebf4072cf1d73d749080ac5dac2 Reviewed-on: https://code.wireshark.org/review/1986 Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Balint Reczey <balint@balintreczey.hu> Tested-by: Balint Reczey <balint@balintreczey.hu>