aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some Visual C++ static analyzer complaints.Gerald Combs2011-02-171-1/+3
* The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris2011-02-121-2/+20
* Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke2011-01-301-0/+6
* Use tvb_memeql() and tvb_memcpy().Jeff Morriss2011-01-161-7/+5
* From Allan M. Madsen via. bug 5445:Kovarththanan Rajaratnam2011-01-021-487/+498
* (Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss2010-09-241-4/+4
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-6/+6
* Add svn 'keywords' and 'eol-style' propertiesBill Meier2010-05-191-750/+750
* Add and use BTOBEX_CODE_VALS_MASK to avoid hardcoding valuesKovarththanan Rajaratnam2010-05-191-3/+4
* Use newly introduced BTOBEX_CODE_VALS_CONNECT defineKovarththanan Rajaratnam2010-05-191-1/+1
* Introduce defines to avoid hardcoding valuesKovarththanan Rajaratnam2010-05-191-14/+22
* Tighten scope of code variableKovarththanan Rajaratnam2010-05-191-1/+2
* Remove weird assignment to pinfo->private_dataKovarththanan Rajaratnam2010-05-191-3/+0
* Add FIXMEKovarththanan Rajaratnam2010-05-181-0/+1
* Remove NULL pointer guard in defragment_init()Kovarththanan Rajaratnam2010-05-181-5/+2
* Remove a couple of superfluous NULL assignmentsKovarththanan Rajaratnam2010-05-181-5/+6
* Remove a couple of check_col()Kovarththanan Rajaratnam2010-05-181-28/+12
* Mark defragment_init() as an init routineKovarththanan Rajaratnam2010-05-181-1/+1
* Fix several GCC build issuesKovarththanan Rajaratnam2010-05-181-18/+13
* Include (local) packet-btl2cap.h properlyKovarththanan Rajaratnam2010-05-181-1/+1
* From Allan M. Madsen:Kovarththanan Rajaratnam2010-05-181-0/+765