Wireshark-commits: [Wireshark-commits] master 868fa65: Remove incorrect _U_ flag in dissect_mausb s
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 May 2014 20:13:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=868fa65b01bf16e7a5d79cd6a4de74515ee10763
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

868fa65 by Sean O. Stalley (sean.stalley@xxxxxxxxx):

    Remove incorrect _U_ flag in dissect_mausb signature
    
    Removes _U_ flag for data field in dissect_mausb(),
    since tcp_dissect_pdus(), uses the data field.
    
    Change-Id: Iccb5aae1aa203f98484666763410c4a555413ac0
    Reviewed-on: https://code.wireshark.org/review/1696
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  78ba6e4   Fix warning about the adaptation field control for docsis packet. The specs actually say that it should be set to 1.
    adds  868fa65   Remove incorrect _U_ flag in dissect_mausb signature


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