aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-07Squelch a compiler warning.Guy Harris1-1/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-06Renamed some reassembled data texts.Stig Bjørlykke1-57/+47
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-1/+7
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-4/+4
2009-11-29From Herbert Lischka:Anders Broman1-0/+10
2009-11-17Added format argument.Stig Bjørlykke1-1/+1
2009-11-17Herbert Lischka:Anders Broman1-2/+65
2009-11-13From Herbert Lischka:Jaap Keuter1-27/+2128
2009-11-09Avoid a warning about signed/unsigned comparison.Martin Mathieson1-1/+1
2009-11-08Fixed printing of BACnetTypeName in the Packet Details tree.Stig Bjørlykke1-10/+10
2009-11-08From Steve Karg and Herbert Lischka via bug 4190:Stig Bjørlykke1-308/+340
2009-10-27From Herbert Lischka:Anders Broman1-3/+3
2009-10-18Use %f for double in printf.Stig Bjørlykke1-3/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-11Add some length checks. Fixes a few recent fuzz bugs.Gerald Combs1-116/+135
2009-07-23From Steve Karg:Anders Broman1-52/+82
2009-07-21Another try to fix the compiler warnings on win64.Stig Bjørlykke1-2/+2
2009-07-21More gsizery.Guy Harris1-1/+1
2009-07-21GLib documentation says the 3rd and 5th arguments to g_iconv are "gsizeGuy Harris1-1/+1
2009-07-21size_t -> int to make the Win64 build bot happy.Anders Broman1-2/+2
2009-07-21Initialize bacapp_invoke_id to avoid a compiler warning.Stig Bjørlykke1-1/+1
2009-07-21Stop using the C++ 'true' and 'false'.Martin Mathieson1-3/+3
2009-07-21Fix typo.Guy Harris1-2/+1
2009-07-21Don't use tvb_length_remaining() - that just reports how much capturedGuy Harris1-106/+105
2009-07-21From Herbert Lischka:Anders Broman1-121/+431
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-29/+29
2009-03-27More size_t casts.Gerald Combs1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-5/+5
2009-03-06From Steve Karg:Jaap Keuter1-1/+1
2009-02-23From Steve Karg:Jaap Keuter1-40/+310
2009-02-17From Steve Karg:Anders Broman1-10/+28
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-3/+3
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-07-17We require GLIB-2 now so there's no need to attempt to use regular iconv: useJeff Morriss1-172/+175
2008-06-02From Rudolf Weidmann (bug 2583):Stig Bjørlykke1-1/+1
2008-05-10From Steve Karg:Jaap Keuter1-24/+26
2008-04-07From Steve Karg:Jaap Keuter1-9/+341
2008-03-16From Steve Karg:Jaap Keuter1-24/+108
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-10/+10
2008-03-03From Alan McBride :Anders Broman1-1/+4
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-16/+0
2008-02-02From Alan McBride:Jaap Keuter1-2/+21
2008-01-09From Steve Karg:Jaap Keuter1-8/+9
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-01From Steve Karg:Jaap Keuter1-0/+4