URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c97a4802fdec9013eaf8df8628cbd987bf33978
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5c97a48 by Roland Knall (roland.knall@xxxxxxxxxxxxxxxxx):
epl: Remove usage of subnum
pinfo->fd->subnum is not used in a way as it was documented
in frame_data.h. This uses a more generic approach and also
frees subnum in this case
Change-Id: I3aee0ffcdf1948c97a2d2f95c868e636362664a1
Reviewed-on: https://code.wireshark.org/review/11225
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 2d2b129 lemon: move free() to avoid mem leak (CID 718529)
adds 5c97a48 epl: Remove usage of subnum
Summary of changes:
epan/dissectors/packet-epl.c | 39 ++++++++++++++++++++++++++++++++++-----
1 file changed, 34 insertions(+), 5 deletions(-)