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