aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pktgen.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-09Apply yet another set of the optimization patches:etxrab1-1/+1
When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length(). On the other hand if (tvb_bytes_exist(tvb, 0, 20) is more readable than if (tvb_length(tvb) >= 20 so only do it in heuristic function git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23412 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-18From Francesco Fondelli:jake1-0/+209
You find attached a patch file (against svn 19058) to dissect packets produced by the Linux kernel packet generator. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19251 f5534014-38df-0310-8fa8-9805f1628bb7