aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-05From Felix Kraemer: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5...Jeff Morriss1-122/+371
2011-04-04 Don't assign to a proto_item * if the value won't be used: Coverity 846 & 848;Bill Meier1-11/+6
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-20Fix the dead initialization warnings found by clang's static analysisStephen Fisher1-1/+1
2011-01-12From Steve Karg:Jaap Keuter1-8/+38
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-12-10From Lori Tribble:Anders Broman1-8/+97
2010-11-05Initialize a variable to remove a warning from clang.Stig Bjørlykke1-1/+1
2010-10-22From Lori Tribble: Add vendor identifier dissector access to BACnet Private T...Bill Meier1-10/+49
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-08-11Remove non-ASCII characters.Jeff Morriss1-1/+1
2010-08-11From Herbert Lischka:Anders Broman1-47/+147
2010-08-09Future-proof a for loop.Gerald Combs1-1/+2
2010-08-09Fix another compile error. Bill Meier1-1/+0
2010-08-09Fix another compile error :(Bill Meier1-1/+1
2010-08-09Fix a compile error.Bill Meier1-1/+1
2010-08-09From Herbert Lischka: "corrected the dissection of reassembled UDP packets".Bill Meier1-190/+260
2010-06-01From Herbert Lischka:Jaap Keuter1-5/+16
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-107/+107
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