URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bc621b7124d4139b1f855b54fa1bb67cd3e2b9c5
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
bc621b7 by Guy Harris (guy@xxxxxxxxxxxx):
Distinguish between "reserved for implementation" and "reserved for future use".
Some flags in the connectionless PDU header are "reserved for
implementation", which presumably means an implementation can set them
to 0 or 1 and use it to send information to a compatible implementation;
others are "reserved for future use" and "must be set to 0".
Don't test the "reserved for implementation" flags in the heuristic, and
show them as "Reserved for implementation" and show the others as
"Reserved for future use (MBZ)".
Bug: 14942
Change-Id: Iff40f155e057301096fec1dbb68f71d041508ff1
Reviewed-on: https://code.wireshark.org/review/28598
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 9e480c51bb64bf002a1cd28e9291b05b80049936)
Reviewed-on: https://code.wireshark.org/review/28601
Actions performed:
from 4bd098c CaptureFile.fileTitle() is for display, not for file name processing.
adds bc621b7 Distinguish between "reserved for implementation" and "reserved for future use".
Summary of changes:
epan/dissectors/packet-dcerpc.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)