aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bacapp.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Fix indent (Tab => 4 Spaces) Remove whitespace And Modelines infoAlexis La Goutte1-52/+65
2013-02-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+1
2013-02-15From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8331Evan Huus1-1/+1
2013-02-09From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8306Evan Huus1-1/+6
2013-01-10From "schlephorst":Anders Broman1-10/+146
2013-01-10From "schlephorst":Anders Broman1-5/+251
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-02Remove unneeded variable initializers.Evan Huus1-7/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-46/+52
2012-08-02From Lori Tribble via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7556 :Jeff Morriss1-11/+12
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