aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim/packet-unistim.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+59
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-1/+1
2011-10-18Do some more conversions of proto_tree_add_item() 'encoding' argBill Meier1-2/+2
2011-10-15Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...Bill Meier1-7/+7
2011-10-10Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-240/+240
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...Bill Meier1-261/+261
2011-10-05Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-59/+59
2011-04-17Fix Unused varaiable warnings.Anders Broman1-2/+1
2011-01-02Fix some cut-and-pasteos and other typoes.Guy Harris1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-08-12(Trivial) Use consistent indentation; Whitespace cleanup.Bill Meier1-244/+244
2010-08-12From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...Bill Meier1-0/+123
2010-07-27From Don Newton:Jaap Keuter1-3/+3
2010-07-09The only reason to escape "%" in a string is if you are, incorrectly,Guy Harris1-71/+21
2010-04-06Get rid of check_colAnders Broman1-9/+6
2010-03-16Fix some compiler warnings, clean up indentation a bit.Guy Harris1-19/+20
2010-01-28Fix gcc -Wshadow warning;Bill Meier1-1349/+1348
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+1299
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-1/+1
2009-04-16Fix Win64 compilation problems in the plugins directory.Gerald Combs1-2/+2
2009-03-27Replace some unnecessary use of g_snprintf and g_strdup_printfBill Meier1-6/+2
2008-12-04Unistim still eats the TAPA packets :-(Jörg Mayer1-1/+5
2008-12-02From Don Newton:Jaap Keuter1-10/+31
2008-12-02From Don Newton:Jaap Keuter1-2/+13
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier1-8/+12
2008-04-19Fix for bug 2475:Jaap Keuter1-7/+18
2008-03-06Set default port of Unistim from 5000 to 0: It grabs the TAPAJörg Mayer1-1/+3
2007-12-13Fix for bug 2098:Jaap Keuter1-2/+10
2007-09-24From Don Newton:Stig Bjørlykke1-2/+4
2007-09-24From Chad Singer:Jaap Keuter1-31/+116
2007-09-13Add RT(C)P conversation setup.Jaap Keuter1-6/+25
2007-09-12Implement dissect_message loop i.s.o. recursive calls.Jaap Keuter1-137/+84
2007-09-10From Chad Singer:Jaap Keuter1-9/+216
2007-08-28Disable unistim for now: it used port 5000 unconditionallyJörg Mayer1-1/+1
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter1-0/+2353