aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Bluetooth: OBEX: Update to PBAP 1.2, GOEP 2.1, CTN 1.0 and GPP 1.0Michal Labedzki1-193/+1174
2015-04-14Bluetooth: OBEX: Fix reassemble at transport layerMichal Labedzki1-54/+79
2015-04-14Bluetooth: OBEX: Add request/response trackingMichal Labedzki1-61/+78
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-34/+36
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-2/+2
2014-12-06BT obex: Missing break in switch (CID 1132031)Alexis La Goutte1-0/+1
2014-11-26Fix a number of dup hf[] filter-names probably resulting from cut/paste errs.Bill Meier1-1/+1
2014-10-07Add proper decoding for type field in OBEX headersMichaƂ Orynicz1-1/+12
2014-07-29Bluetooth: Fix OBEX over L2CAP detectionMichal Labedzki1-1/+1
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-3/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
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