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 44393: /trunk/epan/ /trunk/epan/crypt/: kasumi.h /trunk/

Date: Thu, 09 Aug 2012 18:26:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44393

User: pascal
Date: 2012/08/09 11:26 AM

Log:
 Small fixes:
 - put back return NULL in line 947 that got removed in r44384: it is mandatory to avoid accessing non initialized variables. Change rlc_channel_assign a bit to fix what was the root cause of this removal (I guess)
 - put back add_channel_info in dissect_rlc_am (removed by error?)
 - fix some typo errors
 - fix indentation a bit

Directory: /trunk/epan/crypt/
  Changes    Path          Action
  +3 -3      kasumi.h      Modified

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +97 -94    packet-rlc.c    Modified