summaryrefslogtreecommitdiff
path: root/packet-iax2.c
AgeCommit message (Collapse)AuthorFilesLines
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
2004-06-30remove MSVC warning, as result of arithmetic expression is of type unsigned int,Ulf Lamping1-2/+2
but function expects guint8 svn path=/trunk/; revision=11286
2004-06-25Updates from Richard v d HoffRonnie Sahlberg1-247/+1391
IAX2 updates and a CRC16 routine svn path=/trunk/; revision=11233
2004-05-15From James H. Cloos Jr: update the list of audio and video codecs.Guy Harris1-4/+10
Get rid of no-longer-used AST_FORMAT_MP3. svn path=/trunk/; revision=10906
2004-02-18Alastair Maw: Fix retransmissionsJörg Mayer1-1/+2
svn path=/trunk/; revision=10095
2004-02-13From Alastair Maw: fix DTMF and call transfer dissection.Guy Harris1-24/+26
svn path=/trunk/; revision=10058
2004-01-27From Alastair Maw: the IAX2 type is unsigned, not signed.Guy Harris1-2/+2
svn path=/trunk/; revision=9889
2004-01-27Clear the Info column.Guy Harris1-1/+5
svn path=/trunk/; revision=9876
2004-01-27From Alastair Maw: IAX2 support.Guy Harris1-0/+698
svn path=/trunk/; revision=9875