aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim
AgeCommit message (Collapse)AuthorFilesLines
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy1-0/+3
Add checkapi rules to Makefile.am files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25656 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy1-1/+1
check for it - but not for TShark plugins, as they are expected to print to the standard output. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25653 f5534014-38df-0310-8fa8-9805f1628bb7
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"gerald1-1/+1
and "deprecated" groups the default. Add an "abort" group for code that shouldn't exit the program. Update the makefiles to call "checkAPIs.pl -g abort" for dissectors. Remove a dependency on "cat" in checkAPIs.pl. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25614 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-4/+4
libwireshark (and the plugins using those functions) do not depend on wiretap on Windows. While doing that, rename the eth_* functions to ws_*. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25354 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeetxrab1-0/+3
Note: Commented out in the plugins giving errors for now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25231 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-19Fix for bug 2475:jake1-7/+18
Add a preference to the UNISTIM dissector so that you can set the default port back to 5000, even though this conflicts with other dissectors. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25118 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.jake1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24757 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-06Set default port of Unistim from 5000 to 0: It grabs the TAPAjmayer1-1/+3
packets that I need. The Unistim dissector should be made a heuristic dissector that is willing to coexist with other dissectors. Until such a time the port should remain 0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24573 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-01Create proper dependancies for plugin.cjake1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24520 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24488 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-18If we have an SVN revision number, use it as the build number under Windowsgerald1-1/+1
instead of "0". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24376 f5534014-38df-0310-8fa8-9805f1628bb7
2007-12-13Fix for bug 2098:jake1-2/+10
Test that message length is at least the minumum required, otherwise generate expert item.. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23854 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24From Don Newton:stig2-3/+6
added null termination to uftp and cleaned comments in packet-unistim.c git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22940 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-24From Chad Singer:jake4-31/+184
I fixed a bug in packet_unistim.c which was causing a 'malformed packet' to appear when an open stream command is read with no endpoint ip (as is sometimes done) I added a simple msg_len check to avoid this. I also added UFTP to the unistim dissector and adjusted the unistim call-detection in voip-info.c to start on an open stream as well as keypresses.. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22929 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-19From Don Newton:jake1-0/+1
Added phone type using Nortel branded Polycom unistim conference phone. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22910 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-13Add RT(C)P conversation setup.jake2-9/+26
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22862 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-12Implement dissect_message loop i.s.o. recursive calls.jake2-140/+87
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22857 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-10From Chad Singer:jake2-121/+235
UNISTIM Tap interface plus call grapher. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22834 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-28Disable unistim for now: it used port 5000 unconditionallyjmayer1-1/+1
and that collied with tapa. Please add a check. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22702 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") wmeier1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22696 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-23List additional request for command presentationjake1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22605 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-20Add the UNISTIM plugin to Wireshark.jake20-0/+6131
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22558 f5534014-38df-0310-8fa8-9805f1628bb7