aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netsync.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss1-19/+19
svn path=/trunk/; revision=22356
2006-10-31change the signature for the get_pdu_len() function pointer passed to ↵Ronnie Sahlberg1-1/+1
tcp_dissect_pdus() to also include a packet_info pointer. there are many reasons why some protocols actually need to be able to access the pinfo structure while determining the pdu size svn path=/trunk/; revision=19751
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2006-03-20waste a couple of bytes per tcp conversation and make the tree for ↵Ronnie Sahlberg1-1/+2
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
2005-09-22replace match_strval with val_to_str, where the output was used by string ↵Ulf Lamping1-1/+1
output, but not expecting NULL svn path=/trunk/; revision=15954
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer1-1/+1
Remove svn:executable Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15179
2005-04-19From Erwin RolRonnie Sahlberg1-0/+793
New protocol: Netsync used by the Monotone SCM system svn path=/trunk/; revision=14132