URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6d175ef67a091bdf024c11469a22b59f64f2345
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c6d175e by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Guarantee that open routines are initialized
Open routines need to be initialized before try to open
capture or add/remove routine.
Change-Id: Ic3b88eef947ebd4a3dd2edf8120bb6bd8aec0765
Reviewed-on: https://code.wireshark.org/review/1874
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 88581a6 Added usb_set_addr helper function
adds c6d175e Guarantee that open routines are initialized
Summary of changes:
reordercap.c | 2 --
wiretap/file_access.c | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)