Wireshark-commits: [Wireshark-commits] master-2.4 fc0e8d3: rpc: don't set fence on COL_PROTOCOL.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fc0e8d32d925e393291fd7525cef8c5fe61aee58
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
fc0e8d3 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/31782
Actions performed:
from f8fbe9f BER: don't use invalid time offsets.
add fc0e8d3 rpc: don't set fence on COL_PROTOCOL.
Summary of changes:
epan/dissectors/packet-rpc.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)