URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5f74256f6964ac823a53da299a1c013d130bd300
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
5f74256 by Lotte Steenbrink (lotte@xxxxxxxxxxxxxxx):
packetbb; display Addressblock Tail as Tail
when displaying the contents of a RFC5444 message containing an address block
with a tail, the tail's value is incorrectly displayed as:
Head: <value of tail>
while it should say:
Tail: <value of tail>
This commit fixes that.
Bug: 11673
Change-Id: Ibeb921cb712f98c9651970529e5240f871b85c0b
Reviewed-on: https://code.wireshark.org/review/11538
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(cherry picked from commit 40b45dfb6e8117af0180d9b4137d60e799f08c20)
Reviewed-on: https://code.wireshark.org/review/11542
Actions performed:
from 1a396f2 Qt: Turn off WindowModified when closing a file.
adds 5f74256 packetbb; display Addressblock Tail as Tail
Summary of changes:
epan/dissectors/packet-packetbb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)