URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=614d09af132be967b89103efb85721fa043929c9
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
614d09a by Michael Mann (mmann78@xxxxxxxxxxxx):
Add data structures necessary to support multiple Name Resolution blocks.
This doesn't try to use any data from multiple Name Resolution blocks, it
just converts single Name Resolution block usage into a GArray, so the
potential is there to then use/support multiple Name Resolution blocks
within a file format (like pcapng)
Change-Id: Ib0b584af0bd263f183bd6d31ba18275ab0577d0c
Reviewed-on: https://code.wireshark.org/review/15684
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from dcf7ac4 Create unique GUIDs for recently added file associations.
adds 614d09a Add data structures necessary to support multiple Name Resolution blocks.
Summary of changes:
editcap.c | 24 ++++++++++++------------
file.c | 16 ++++++++--------
reordercap.c | 14 +++++++-------
tshark.c | 14 +++++++-------
wiretap/file_access.c | 20 ++++++++++----------
wiretap/pcapng.c | 4 ++--
wiretap/wtap-int.h | 4 ++--
wiretap/wtap.c | 34 +++++++++++++++++++++++-----------
wiretap/wtap.h | 20 ++++++++++----------
9 files changed, 81 insertions(+), 69 deletions(-)