aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20From Lori Tribble:Bill Meier1-3/+4
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Fix: code under 'if(tree)' (in)directly calls sub-dissector/col_...()/expert....Bill Meier1-34/+31
2012-05-29From Evan Huus:Anders Broman1-2/+13
2012-04-28Fix dead initialization warning reported by clang.Chris Maynard1-1/+1
2012-04-23From Evan Huus:Anders Broman1-558/+590
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-05val is unitinialized when fUnsigned32 return false.Jakub Zawadzki1-4/+2
2012-03-21From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-0/+1
2012-02-21Always test tvb_reported_length_remaining() return val for '> 0' instead of '...Bill Meier1-7369/+7365
2011-11-09Fix some [-Wunused-but-set-variable] warnings;Bill Meier1-23/+23
2011-10-30Fixed some coding errors:Stig Bjørlykke1-2/+2
2011-10-30Fix unused variable warnings.Anders Broman1-13/+11
2011-10-30From Lori Tribble:Anders Broman1-63/+652
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2011-09-12From Danny Breton: Property name time-synchronization-interval(204) is incorr...Bill Meier1-1/+1
2011-09-07From Lori Tribble:Anders Broman1-0/+7
2011-09-07From Lori Tribble:Anders Broman1-64/+204
2011-08-23"fix":Anders Broman1-3/+3
2011-08-23From Steve Karg:Anders Broman1-3/+352
2011-07-19Based on the information provided by Steve Karg via -dev, change all occurren...Chris Maynard1-33/+33
2011-07-19Use ENC_LITTLE_ENDIAN rather than TRUE in proto_tree_add_item() calls. Guy Harris1-34/+33
2011-07-19From Michael Mann via bug 5769: In fDevice_Instance(), add field in properChris Maynard1-1/+1
2011-05-22From Yaniv Kaul: Some 'set but not used' compilation fixes;Bill Meier1-24/+27
2011-05-14Make the tree items for strings look a little less ugly.Guy Harris1-1/+2
2011-05-06 VALS(& -> VALS(Anders Broman1-3/+3
2011-04-05Remove some unused hf_ variables.Jeff Morriss1-38/+0
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