aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-8/+8
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-225/+116
2015-08-07More casting issues with older versions of GLib.Gerald Combs1-1/+1
2015-08-06Bluetooth: Fix some MSVC2015 warnings/errorsMichal Labedzki1-5/+5
2015-08-05Revert "[MSVC 2015] Fix errors seen with the released version by reverting th...Michal Labedzki1-1/+6
2015-08-05[MSVC 2015] Fix errors seen with the released version by reverting theAndersBroman1-6/+1
2015-07-17Don't register in a non-existent dissector table.Guy Harris1-1/+1
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-42/+20
2015-07-12Revert "[MSVC2015] TRy to fix Warnings turned errors."Anders Broman1-1/+6
2015-07-03Call reassembly_table_destroy for some dissectorsPeter Wu1-0/+7
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-23/+24
2015-06-04[MSVC2015] TRy to fix Warnings turned errors.Anders1-6/+1
2015-05-18Bluetooth: OBEX: Fix crash when there is no Type/Name header in requestMichal Labedzki1-1/+3
2015-05-18Bluetooth: OBEX: Add DecodeAs by Type aka MIME TypeMichal Labedzki1-13/+123
2015-05-18Bluetooth: OBEX: Add Current Path tracking infoMichal Labedzki1-7/+166
2015-04-27Bluetooth: OBEX: Missing break in switch (CID 1295685)Alexis La Goutte1-0/+1
2015-04-19Bluetooth: OBEX: Dissect HeaderIDMichal Labedzki1-2/+74
2015-04-18Bluetooth: OBEX: Add DecodeAs for profile-based Application ParametersMichal Labedzki1-54/+165
2015-04-18Bluetooth: OBEX: Fix Dead Store (Dead assignement/Dead increment) warning fou...Alexis La Goutte1-6/+6
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