Wireshark-commits: [Wireshark-commits] master 3faa45d: Don't have _ng versions of the dumper open r
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3faa45d4ec9214fbe4b15c3b6d9bc875f8fb780c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
3faa45d by Guy Harris (guy@xxxxxxxxxxxx):
Don't have _ng versions of the dumper open routines.
Have the routines always take a parameters pointer; pass either null or
a pointer to an initialized-to-nothing structure in cases where we were
calling the non-_ng versions.
Change-Id: I23b779d87f3fbd29306ebe1df568852be113d3b2
Reviewed-on: https://code.wireshark.org/review/30590
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from f070ad2 Use the Wayback Machine for a page that currently isn't working.
add 3faa45d Don't have _ng versions of the dumper open routines.
Summary of changes:
debian/libwiretap0.symbols | 4 ----
editcap.c | 12 ++++++------
epan/dissectors/packet-snort.c | 3 +++
epan/wslua/wslua_dumper.c | 8 ++++++--
extcap/androiddump.c | 4 +++-
file.c | 16 ++++++++--------
randpkt_core/randpkt_core.c | 8 ++++++--
reordercap.c | 8 ++++----
tshark.c | 8 ++++----
ui/qt/import_text_dialog.cpp | 4 +++-
ui/tap_export_pdu.c | 4 ++--
wiretap/file_access.c | 43 +++++++-----------------------------------
wiretap/merge.c | 23 +++++++++++-----------
wiretap/nettrace_3gpp_32_423.c | 4 ++--
wiretap/wtap.h | 25 ++++--------------------
15 files changed, 70 insertions(+), 104 deletions(-)