aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tali.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-20waste a couple of bytes per tcp conversation and make the tree for ↵Ronnie Sahlberg1-0/+1
acked_packets (i.e. packets that have interesting tcp properties such as being retransmissions etc) hang off the per conversation tcpd struct instead of being global. while this should improve performance by unmeasurably little it does have the sideeffect that once we finish the rewrite tcp analysis might actually work and work well even for tcp over tcp tunnelling. this also means that if you include packet-tcp.h you also need to include emem.h . svn path=/trunk/; revision=17681
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
svn path=/trunk/; revision=12115
2004-09-21From Viorel Suman: fields in TALI are little-endian, so in the "get PDUGuy Harris1-1/+1
length" routine, fetch the length field with "tvb_get_letohs()". svn path=/trunk/; revision=12058
2004-09-16"Tali" -> "TALI".Guy Harris1-3/+3
svn path=/trunk/; revision=12017
2004-09-16From Viorel Suman: TALI (RFC 3094) support.Guy Harris1-0/+224
ATify Luca Deri's e-mail address. svn path=/trunk/; revision=12016