ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 40388: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Thu, 05 Jan 2012 17:40:41 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40388

User: martinm
Date: 2012/01/05 09:40 AM

Log:
 - Add the beginning of compressed list handling.
     - Will at least skip the single byte if there is nothing in the list.
     - Checks that the intended encoding type (ET) is found
     - Need to call from lots of places
 - Pass correct subtree for feedback items (was passing NULL so items weren't there)
 - show SNs as decimal
 - remove a few stray tabs
 - fix a typo
 
 Still need to port some parts from packet-pdcp-lte.c that aren't handled (e.g. UO_0).  And the context lookup seems broken (at least for IxCatapult logs).

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +179 -42   packet-rohc.c    Modified