aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pcli
AgeCommit message (Collapse)AuthorFilesLines
2003-02-25Put in a blank between "Intercept" and "packets".Guy Harris1-2/+2
svn path=/trunk/; revision=7196
2003-01-28Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris1-3/+3
Map "pcli.pcli.udp_port" to "pcli.udp_port". svn path=/trunk/; revision=7025
2002-10-24Added a pointer to more information on PCLIEd Warnicke1-1/+4
svn path=/trunk/; revision=6496
2002-10-10As we are (correctly) calling the IP dissector regardless of whether aGuy Harris1-4/+7
protocol tree is being built or not, we must also construct a tvbuff to hand to that dissector regardless of whether a protocol tree is being built or not. svn path=/trunk/; revision=6402
2002-10-10Fixed minor error in call ordering.Ed Warnicke1-2/+2
svn path=/trunk/; revision=6401
2002-10-08Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris1-3/+2
RFC, and has nothing to do with PCLI. svn path=/trunk/; revision=6375
2002-10-06Remove unnecessary config* stuffJörg Mayer1-7/+0
svn path=/trunk/; revision=6369
2002-10-06Ignore *.la and *.loJörg Mayer1-8/+7
svn path=/trunk/; revision=6368
2002-10-03Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke10-0/+648
svn path=/trunk/; revision=6366