summaryrefslogtreecommitdiff
path: root/plugins/unistim
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25Forgot to commit the unistim cmakefileJörg Mayer1-0/+75
svn path=/trunk/; revision=30145
2009-09-13Run checkapi on the dissector header filesJeff Morriss2-2/+2
svn path=/trunk/; revision=29883
2009-09-09We no longer support the old plugin API so remove it completely from the ↵Kovarththanan Rajaratnam1-1/+1
build system svn path=/trunk/; revision=29821
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
svn path=/trunk/; revision=29346
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
svn path=/trunk/; revision=29341
2009-07-07Removed header_field.hStig Bjørlykke1-1/+0
svn path=/trunk/; revision=28999
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
More FT_XXX cleanup. svn path=/trunk/; revision=28970
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2-1333/+1299
Move header_field.h into packet-unistim.c to align it with all other dissectors. svn path=/trunk/; revision=28967
2009-06-24From Kovarththanan Rajaratnam:Stig Bjørlykke1-9/+9
More hf_register_info related cleanup. svn path=/trunk/; revision=28832
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp ↵Anders Broman1-1/+1
statistics. svn path=/trunk/; revision=28415
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-2/+2
svn path=/trunk/; revision=28064
2009-03-27Replace some unnecessary use of g_snprintf and g_strdup_printfBill Meier1-6/+2
svn path=/trunk/; revision=27864
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
svn path=/trunk/; revision=27579
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
svn path=/trunk/; revision=27357
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier4-12/+12
svn path=/trunk/; revision=27085
2008-12-04Unistim still eats the TAPA packets :-(Jörg Mayer1-1/+5
svn path=/trunk/; revision=26910
2008-12-02From Don Newton:Jaap Keuter1-10/+31
Set default port of Unistim back to 5000; The Unistim dissector is made a heuristic dissector. svn path=/trunk/; revision=26904
2008-12-02From Don Newton:Jaap Keuter4-2/+64
Flesh out call duration timer message. svn path=/trunk/; revision=26898
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=26652
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier1-8/+12
svn path=/trunk/; revision=26596
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
Also use $(top_builddir) instead of ../../ in a couple of other spots. svn path=/trunk/; revision=25863
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
Add checkapi rules to Makefile.am files. svn path=/trunk/; revision=25656
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-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. svn path=/trunk/; revision=25614
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-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_*. svn path=/trunk/; revision=25354
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-04-19Fix for bug 2475:Jaap Keuter1-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. svn path=/trunk/; revision=25118
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
svn path=/trunk/; revision=24757
2008-03-06Set default port of Unistim from 5000 to 0: It grabs the TAPAJörg Mayer1-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. svn path=/trunk/; revision=24573
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
svn path=/trunk/; revision=24520
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24488
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
instead of "0". svn path=/trunk/; revision=24376
2007-12-13Fix for bug 2098:Jaap Keuter1-2/+10
Test that message length is at least the minumum required, otherwise generate expert item.. svn path=/trunk/; revision=23854
2007-09-24From Don Newton:Stig Bjørlykke2-3/+6
added null termination to uftp and cleaned comments in packet-unistim.c svn path=/trunk/; revision=22940
2007-09-24From Chad Singer:Jaap Keuter4-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.. svn path=/trunk/; revision=22929
2007-09-19From Don Newton:Jaap Keuter1-0/+1
Added phone type using Nortel branded Polycom unistim conference phone. svn path=/trunk/; revision=22910
2007-09-13Add RT(C)P conversation setup.Jaap Keuter2-9/+26
svn path=/trunk/; revision=22862
2007-09-12Implement dissect_message loop i.s.o. recursive calls.Jaap Keuter2-140/+87
svn path=/trunk/; revision=22857
2007-09-10From Chad Singer:Jaap Keuter2-121/+235
UNISTIM Tap interface plus call grapher. svn path=/trunk/; revision=22834
2007-08-28Disable unistim for now: it used port 5000 unconditionallyJörg Mayer1-1/+1
and that collied with tapa. Please add a check. svn path=/trunk/; revision=22702
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
svn path=/trunk/; revision=22696
2007-08-23List additional request for command presentationJaap Keuter1-1/+2
svn path=/trunk/; revision=22605
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter20-0/+6131
svn path=/trunk/; revision=22558