Wireshark-commits: [Wireshark-commits] master-2.6 7365e15: rpc: don't set fence on COL_PROTOCOL.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7365e15e9af88a994533c8a923ff3a3e3b91f20d
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
7365e15 by Dario Lombardo (lomato@xxxxxxxxx):
rpc: don't set fence on COL_PROTOCOL.
That would prevent subsequent protocols to clear it, resulting in multiple
definitions in that column.
An example is NFS as next protocol. When contains multiple NFS operations,
COL_PROTOCOL contains NFSNFSNFS...
Bug: 15443
Change-Id: Idf9469873164160dc4795589c61c342ce019521b
Reviewed-on: https://code.wireshark.org/review/31755
Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
(cherry picked from commit 5b226240c6586b10dccf4ec573f9732097bebcd6)
Reviewed-on: https://code.wireshark.org/review/31781
Actions performed:
from d632d88 BER: don't use invalid time offsets.
add 7365e15 rpc: don't set fence on COL_PROTOCOL.
Summary of changes:
epan/dissectors/packet-rpc.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)