URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=050bc7d100e9846663ac2c14eadde15e9cd9fdb9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
050bc7d by Guy Harris (guy@xxxxxxxxxxxx):
Update some comments to reflect reality.
Get rid of references to ep_ and se_ allocation in code that now uses
wmem allocation instead.
Fix API documentation of conversation_table.h routines to reflect that
as well - some APIs changed to pass wmem scopes.
Also, zbee_sec_key_hash() now takes the output buffer as an argument and
just returns it, and nobody actually uses the return value, so change it
to return void.
Change-Id: Ife1ec675a9322fd0f0be306a9d639ec17aad1c7a
Reviewed-on: https://code.wireshark.org/review/6636
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 929d41c Replace the last THROW ep_ calls with wmem
adds 050bc7d Update some comments to reflect reality.
Summary of changes:
epan/addr_resolv.c | 2 --
epan/conversation.c | 5 +++--
epan/conversation_table.h | 9 ++++++---
epan/dissectors/packet-bacapp.c | 2 +-
epan/dissectors/packet-dcerpc-nt.c | 4 ++--
epan/dissectors/packet-dcm.c | 8 ++++++--
epan/dissectors/packet-spdy.c | 2 +-
epan/dissectors/packet-zbee-aps.c | 4 ++++
epan/dissectors/packet-zbee-security.c | 16 ++++++----------
ui/qt/packet_list.cpp | 1 -
10 files changed, 29 insertions(+), 24 deletions(-)