Wireshark-commits: [Wireshark-commits] rev 45155: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Wed, 26 Sep 2012 19:23:33 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45155

User: guy
Date: 2012/09/26 12:23 PM

Log:
 Just append the ": " to the generic NACK BLP item, don't replace its
 text.
 
 Don't put empty items into the bitfield tree.
 
 Show the BLP field as hex, as it's a bitfield.
 
 (What should *really* happen is that it should display each 1 bit in the
 usual fashion, with the ".... ...1 .... ...." display, but have that bit
 be an *integral* field with the appropriate PID for the NACKed packet -
 i.e., display hf_rtcp_rtpfb_nack_pid, with the value
 rtcp_rtpfb_nack_pid + i + 1, and with the bitfield stuff in the
 displayed representation.)

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +3 -8      packet-rtcp.c    Modified