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

Date: Fri, 19 Oct 2012 13:50:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45657

User: cmaynard
Date: 2012/10/19 06:50 AM

Log:
 1) Use tvb_reported_length_remaining instead of tvb_reported_length_remaining.
 2) Use proto_item_append_text instead of proto_item_set_text, since this is
    called within a loop.
 3) Increment the offset correctly using blocklen-4 instead of
    tvb_length_remaining, which makes no sense.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +13 -13    packet-aim.c    Modified