URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e0425817f092d3c18111d68bee56def63ab6f68e
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
e042581 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.
This fixes crash in mergecap reported as Debian bug #751872.
Change-Id: Ic3b88eef947ebd4a3dd2edf8120bb6bd8aec0765
Reviewed-on: https://code.wireshark.org/review/1874
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
(cherry picked from commit c6d175ef67a091bdf024c11469a22b59f64f2345)
Reviewed-on: https://code.wireshark.org/review/2391
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from 2f8a254 PDCP LTE: do not try to decipher PDCP control messages (like ROHC feedback)
adds e042581 Guarantee that open routines are initialized
Summary of changes:
reordercap.c | 2 --
wiretap/file_access.c | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)