Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
[metze/wireshark/wip.git] / epan / dissectors / packet-btrfcomm.c
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-30 Michal LabedzkiBluetooth: Avoid using macro GPOINTER_TO_UINT()
2014-03-25 Michal LabedzkiBluetooth: Fix wrong recognized RFCOMM services
2014-03-06 Michal LabedzkiBluetooth: Avoid using find_dissector()
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2014-01-12 Michael MannBluetooth/Ubertooth improvements. Bug 9606 (https...
2013-12-07 Michael MannBluetooth enhancements. Bug 9446 (https://bugs.wiresha...
2013-12-02 Chris MaynardReject the packet if data is NULL without doing anythin...
2013-11-30 Michael MannReplace "btsdp" tap with function to query service_info...
2013-11-28 Michael MannBluetooth improvements. Bug 9446 (https://bugs.wiresha...
2013-11-23 Michael MannCreate the ability to have packet scoped "proto" data...
2013-11-20 Pascal QuantinAdd explicit casts to please GCC
2013-11-20 Michael MannProvide "Decode As" functionality through dissectors...
2013-11-05 Evan HuusReplace pinfo->layer_names as a string with pinfo-...
2013-11-02 Michael MannBluetooth: Use dissector data instead of pinfo->private...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-26 Michael MannBluetooth: SDP: Decode all types of UUIDs. Bug 9327...
2013-10-26 Michael MannBluetooth: Use items for logical block objects. Bug...
2013-10-26 Michael MannReplace tabs by spaces. Bug 9327 (https://bugs.wiresha...
2013-09-12 Chris MaynardMore dissector table name related changes (a continuati...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-09 Michael MannBatch of filterable expert infos.
2013-06-22 Evan HuusOnly do a tree lookup if we have a tree to look up in.
2013-06-20 Evan HuusFrom Michal Labedzki via
2013-06-11 Evan HuusFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-30 Evan HuusHopefully fix a false-positive warning in the Mac buildbot.
2013-03-30 Evan HuusFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-30 Evan HuusFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-30 Evan HuusFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-19 Pascal QuantinFrom Michal Labedzki via https://bugs.wireshark.org...
2013-03-18 Anders BromanFrom beroset:
2013-03-18 Anders BromanFrom Michal Labedzki:
2013-03-18 Anders BromanFrom Michal Labedzki:
2013-02-11 Anders BromanFrom: Michal Labedzki:
2012-12-02 Evan HuusRemove unneeded variable initializers.
2012-11-05 Anders BromanFrom Michal Labedzki:
2012-10-09 Anders BromanFrom Michal Labedzki:
2012-09-21 Anders BromanFrom Michal Labedzki:
2012-09-21 Anders BromanFrom Michal Labedzki:
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiBluetooth: Move HFP dissector from RFCOMM file
2012-09-10 Anders BromanFrom Michal Labedzki:
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-25 Anders BromanFrom Michal Labedzki:
2012-06-25 Anders BromanFrom Michal Labedzki:
2012-06-25 Anders BromanFrom Michal Labedzki:
2012-04-26 Anders BromanFrom Evan Huus:
2012-03-12 Bill MeierCleanup & minor bug fixes:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-08-08 Bill MeierRemove unneeded #includes: proto.h,tvbuff.h,value_strin...
2011-05-12 Jeff MorrissFix the test.sh failures based on Guy's suggestion...
2011-02-12 Guy HarrisThe lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means...
2011-01-02 Kovarththanan Raja... From Allan M. Madsen via. bug 5445:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-05-19 Kovarththanan Raja... Remove superfluous NULL assignment
2010-05-19 Kovarththanan Raja... Remove references to ppp_handle (unused)
2010-05-19 Kovarththanan Raja... Pass along btrfcomm_data_t to higher layer protocols
2010-05-18 Kovarththanan Raja... Parse everything as OBEX (for now).
2010-05-18 Kovarththanan Raja... Remove #if 0 code
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-11-12 Gerald CombsMake the MCC length check a little more picky.
2009-11-12 Gerald CombsCheck for an invalid MCC length. Fixes bug 4212.
2009-09-23 Kovarththanan Raja... Don't col_clear() followed by col_set_str(). A col_set_...
2009-08-15 Kovarththanan Raja... This patch introduces packet_add_new_data_source()...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-13 Anders BromanApply some of the patches from:
2009-03-15 Bill MeierFix perror, calloc usage so checkAPIs doesn't complain.
2008-10-02 Gerald CombsMake sure any data structures we allocate are properly...
2008-07-09 Bill MeierFix some mis-spellings
2008-06-27 Gerald CombsFix some checkAPIs warnings.
2007-10-23 Anders BromanApply the small performance enhancment patches for:
2007-04-14 Sebastien Tandelfix MacOSX gcc-3.3 warnings about unused tfs/value_stri...
2006-08-14 Ronnie Sahlbergrename some structures and defines from the se_tree...
2006-07-20 Gerald CombsRemove remaining instances of NEED_SNPRINTF_H. Fix...
2006-07-01 Guy HarrisGet rid of an unused variable.
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-27 Ronnie Sahlberginitial bluetooth rfcomm dissector.