aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/packet-mgcp.h
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
2006-02-14Experiment with a somewhat generic packet-to-plugin wrapperJörg Mayer1-0/+3
svn path=/trunk/; revision=17300
2005-04-26Reindent the mgcp dissector with tabs andLars Roland1-22/+22
remove trailing white spaces. svn path=/trunk/; revision=14195
2005-04-25From Martin Mathieson:Lars Roland1-25/+30
a first step of cleaning up the mgcp dissector: - re-indenting/formatting the file as it was tricky to follow - some code simplification and commenting (more to do) - losing some unnecessary includes (not needed under linux at least...) - show duplicate request and response fields in tree (previously hidden) - improved duplicate response detection - fix a couple of problems shown by fuzz testing svn path=/trunk/; revision=14181
2005-02-21ooops,I forgot this one with the last checkinLuis Ontanon1-1/+1
svn path=/trunk/; revision=13462
2005-02-20Don't register mgcp taps, Lars Roland1-0/+6
when we haven't loaded the mgcp plugin. and From Alejandro Vaquero: mgcp support for the voip call analysis tap svn path=/trunk/; revision=13447
2004-09-01Make a bunch of source files non-executable.Guy Harris1-0/+0
svn path=/trunk/; revision=11869
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris1-53/+53
svn path=/trunk/; revision=8086
2003-03-06From Lars Ronald :Ronnie Sahlberg1-0/+53
MGCP request/response matching and MGCPSTAT RTT calculation. For those with MGCP captures, try -z mgcp,rtd[,filter] svn path=/trunk/; revision=7294