URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1c601c204a26a3d4b49225bfa198eaee379e564e
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
1c601c2 by Guy Harris (guy@xxxxxxxxxxxx):
Have routines to add a protocol tree item and return a display string.
That way, even if we're not building a protocol tree, so that you don't
get protocol tree items, you can get the display string, e.g. to use in
a column.
Replace the use of the "get display string" routines with calls to those
routines.
Change-Id: I23e3e88838bdf837d8660c271f78c79b7d1c5620
Reviewed-on: https://code.wireshark.org/review/33519
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from cf9f46c XRA: changed some tvb_ functions
add 1c601c2 Have routines to add a protocol tree item and return a display string.
Summary of changes:
debian/libwireshark0.symbols | 4 +-
epan/dissectors/packet-smb.c | 23 +--
epan/dissectors/packet-smb2.c | 105 +++++++-------
epan/proto.c | 319 +++++++++++++++++++++++++++---------------
epan/proto.h | 70 ++++++---
5 files changed, 317 insertions(+), 204 deletions(-)