aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-5/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-1/+2
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-2/+5
2013-11-24Squelch a Coverity warning (not necessary, but it still complains).Guy Harris1-0/+1
2013-11-23Bluetooth improvements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+202
2013-11-06Bluetooth: OBEX: Storing info about previous protocol is not needed anymore. ...Michael Mann1-12/+2
2013-11-05Replace pinfo->layer_names as a string with pinfo->layers as a wmem_list ofEvan Huus1-1/+5
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-14/+20
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-3/+3
2013-10-26Bluetooth: OBEX: PBAP: Fix Filter parameter. Bug 9327 (https://bugs.wireshar...Michael Mann1-34/+34
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-13/+31
2013-10-26OBEX: Fix Presentation of Reserved Fields. Bug 9327 (https://bugs.wireshark....Michael Mann1-8/+8
2013-10-26Replace tabs by spaces. Bug 9327 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-09Batch of filterable expert infos.Michael Mann1-12/+22
2013-06-30Fix the infinite loop fuzz failure reported inJeff Morriss1-3/+3
2013-06-20From Michal Labedzki viaEvan Huus1-14/+14
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+11
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-10/+13
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-5/+9
2013-03-18From beroset:Anders Broman1-13/+13
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2013-03-18From Michal Labedzki:Anders Broman1-15/+15
2013-03-18From Michal Labedzki:Anders Broman1-4/+5
2013-02-13Fix Coverity CID's 981004-981006: Out-of-bounds read. Bugs introduced with r...Chris Maynard1-3/+3
2013-02-11From: Michal Labedzki:Anders Broman1-44/+1608
2012-12-02Remove unneeded variable initializers.Evan Huus1-1/+0
2012-11-05From Michal Labedzki:Anders Broman1-0/+4
2012-10-09From Michal Labedzki:Anders Broman1-29/+41
2012-10-09From Michal Labedzki:Anders Broman1-0/+12
2012-09-21From Michal Labedzki:Anders Broman1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10From Michal Labedzki:Anders Broman1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-04value_string_ext: Reorder entries in value_string arrays to get Binary Search...Jakub Zawadzki1-15/+15
2012-03-12Cleanup & minor bug fixes:Bill Meier1-517/+516
2012-03-07Fix incorrect packet-details display of certain 1 bit FT_BOOLEAN fields.Bill Meier1-1/+1
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+0