Wireshark-commits: [Wireshark-commits] rev 52577: /trunk/epan/ /trunk/epan/: tvbuff.c

Date: Sun, 13 Oct 2013 00:13:21 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52577

User: eapache
Date: 2013/10/13 12:13 AM

Log:
 Order our conditionals to take advantage of the fact that we know tvb->length <=
 tvb->reported_length. Small performance win on the hot path, and a bit easier to
 read.

Directory: /trunk/epan/
  Changes    Path          Action
  +14 -22    tvbuff.c      Modified