URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=98f1611cf8ab091473b045546dbf60c152765dea
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
98f1611 by Peter Wu (peter@xxxxxxxxxxxxx):
EPL: fix build with incomplete libxml2 library
HAVE_LIBXML2 can be set while PARSE_XDD is unset, resulting in missing
functions and linker errors.
Bug: 15419
Change-Id: I0aa20a80080d159bfb6eebccc503b66cc148f7f8
Reviewed-on: https://code.wireshark.org/review/31715
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
(cherry picked from commit 557607271af98316ac2208a61bee1151e8dad196)
Reviewed-on: https://code.wireshark.org/review/31726
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 3624322 Initialize epl_placeholder_mac at compile time.
add 98f1611 EPL: fix build with incomplete libxml2 library
Summary of changes:
epan/dissectors/packet-epl-profile-parser.c | 17 +++++++++++------
epan/dissectors/packet-epl.c | 3 ---
epan/dissectors/packet-epl.h | 1 -
3 files changed, 11 insertions(+), 10 deletions(-)