aboutsummaryrefslogtreecommitdiffstats
path: root/packet-laplink.c
AgeCommit message (Collapse)AuthorFilesLines
2003-10-20From Jesper Peterson: get rid of GCCism/C++ism - C89 doesn't allowGuy Harris1-3/+2
variables to be declared in the middle of executable code. svn path=/trunk/; revision=8741
2003-10-20From Brad Hards: support TCP desegmentation.Guy Harris1-5/+37
svn path=/trunk/; revision=8738
2003-09-05Reject UDP packets that don't start with a known identification value.Guy Harris1-10/+19
svn path=/trunk/; revision=8390
2003-07-24Initial Laplink support, from Brad Hards.Guy Harris1-0/+221
svn path=/trunk/; revision=8079