aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke2011-01-301-0/+5
* Fix the dead initialization warnings found by clang's static analysisStephen Fisher2011-01-201-1/+1
* From Steve Karg:Jaap Keuter2011-01-121-8/+38
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* From Lori Tribble:Anders Broman2010-12-101-8/+97
* Initialize a variable to remove a warning from clang.Stig Bjørlykke2010-11-051-1/+1
* From Lori Tribble: Add vendor identifier dissector access to BACnet Private T...Bill Meier2010-10-221-10/+49
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-1/+1
* Remove non-ASCII characters.Jeff Morriss2010-08-111-1/+1
* From Herbert Lischka:Anders Broman2010-08-111-47/+147
* Future-proof a for loop.Gerald Combs2010-08-091-1/+2
* Fix another compile error. Bill Meier2010-08-091-1/+0
* Fix another compile error :(Bill Meier2010-08-091-1/+1
* Fix a compile error.Bill Meier2010-08-091-1/+1
* From Herbert Lischka: "corrected the dissection of reassembled UDP packets".Bill Meier2010-08-091-190/+260
* From Herbert Lischka:Jaap Keuter2010-06-011-5/+16
* Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier2010-05-101-107/+107
* Squelch a compiler warning.Guy Harris2010-04-071-1/+2
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* Renamed some reassembled data texts.Stig Bjørlykke2010-02-061-57/+47
* Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke2010-02-021-1/+7
* Fix a number of gcc _Wshadow warningsBill Meier2010-01-181-4/+4
* From Herbert Lischka:Anders Broman2009-11-291-0/+10
* Added format argument.Stig Bjørlykke2009-11-171-1/+1
* Herbert Lischka:Anders Broman2009-11-171-2/+65
* From Herbert Lischka:Jaap Keuter2009-11-131-27/+2128
* Avoid a warning about signed/unsigned comparison.Martin Mathieson2009-11-091-1/+1
* Fixed printing of BACnetTypeName in the Packet Details tree.Stig Bjørlykke2009-11-081-10/+10
* From Steve Karg and Herbert Lischka via bug 4190:Stig Bjørlykke2009-11-081-308/+340
* From Herbert Lischka:Anders Broman2009-10-271-3/+3
* Use %f for double in printf.Stig Bjørlykke2009-10-181-3/+3
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-2/+1
* Add some length checks. Fixes a few recent fuzz bugs.Gerald Combs2009-08-111-116/+135
* From Steve Karg:Anders Broman2009-07-231-52/+82
* Another try to fix the compiler warnings on win64.Stig Bjørlykke2009-07-211-2/+2
* More gsizery.Guy Harris2009-07-211-1/+1
* GLib documentation says the 3rd and 5th arguments to g_iconv are "gsizeGuy Harris2009-07-211-1/+1
* size_t -> int to make the Win64 build bot happy.Anders Broman2009-07-211-2/+2
* Initialize bacapp_invoke_id to avoid a compiler warning.Stig Bjørlykke2009-07-211-1/+1
* Stop using the C++ 'true' and 'false'.Martin Mathieson2009-07-211-3/+3
* Fix typo.Guy Harris2009-07-211-2/+1
* Don't use tvb_length_remaining() - that just reports how much capturedGuy Harris2009-07-211-106/+105
* From Herbert Lischka:Anders Broman2009-07-211-121/+431
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-29/+29
* More size_t casts.Gerald Combs2009-03-271-1/+1
* P64 changes: Fix some cases for which size_t is not requiredBill Meier2009-03-221-1/+1
* Removed some non-ASCII characters.Stig Bjørlykke2009-03-161-5/+5
* From Steve Karg:Jaap Keuter2009-03-061-1/+1
* From Steve Karg:Jaap Keuter2009-02-231-40/+310
* From Steve Karg:Anders Broman2009-02-171-10/+28