Wireshark-commits: [Wireshark-commits] master 40b45df: packetbb; display Addressblock Tail as Tail

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Nov 2015 00:49:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=40b45dfb6e8117af0180d9b4137d60e799f08c20
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

40b45df 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>
    

Actions performed:

    from  86320fd   Qt: Turn off WindowModified when closing a file.
    adds  40b45df   packetbb; display Addressblock Tail as Tail


Summary of changes:
 epan/dissectors/packet-packetbb.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)