URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=212eb178162fb716a9a43dfd86692e69c61b3ba3
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
212eb17 by Evan Huus (eapache@xxxxxxxxx):
replace DISSECTOR_ASSERT ep strings with wmem
the DISSECTOR_ASSERT macro and friends are all guaranteed to be called within
the scope of a dissection, so they are safe to replace with wmem_packet_scope.
Change-Id: I2684fb902da78d50aca5f4644df66c060caff625
Reviewed-on: https://code.wireshark.org/review/6629
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 44e7ce5 Remove some apparently-unnecessary includes of emem.h.
adds 212eb17 replace DISSECTOR_ASSERT ep strings with wmem
Summary of changes:
epan/proto.h | 40 ++++++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 16 deletions(-)