aboutsummaryrefslogtreecommitdiffstats
path: root/packet-distcc.c
AgeCommit message (Collapse)AuthorFilesLines
2003-09-16Re-register the dissector if a preference changes - otherwise, changingGuy Harris1-5/+28
the TCP port number won't have any effect. svn path=/trunk/; revision=8484
2003-09-03Don't include <epan/conversation.h> if you don't need it.Guy Harris1-2/+1
svn path=/trunk/; revision=8361
2003-05-24Get rid of the CRs at the ends of lines (GCC was upset by at least someGuy Harris1-418/+418
of them). svn path=/trunk/; revision=7733
2003-05-24From Brad Hards, DISTCC protocol dissector.Ronnie Sahlberg1-0/+418
Added TCP desegmentation to the dissector. svn path=/trunk/; revision=7729