aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-4/+4
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-6/+6
2010-05-19Add svn 'keywords' and 'eol-style' propertiesBill Meier1-750/+750
2010-05-19Add and use BTOBEX_CODE_VALS_MASK to avoid hardcoding valuesKovarththanan Rajaratnam1-3/+4
2010-05-19Use newly introduced BTOBEX_CODE_VALS_CONNECT defineKovarththanan Rajaratnam1-1/+1
2010-05-19Introduce defines to avoid hardcoding valuesKovarththanan Rajaratnam1-14/+22
2010-05-19Tighten scope of code variableKovarththanan Rajaratnam1-1/+2
2010-05-19Remove weird assignment to pinfo->private_dataKovarththanan Rajaratnam1-3/+0
2010-05-18Add FIXMEKovarththanan Rajaratnam1-0/+1
2010-05-18Remove NULL pointer guard in defragment_init()Kovarththanan Rajaratnam1-5/+2
2010-05-18Remove a couple of superfluous NULL assignmentsKovarththanan Rajaratnam1-5/+6
2010-05-18Remove a couple of check_col()Kovarththanan Rajaratnam1-28/+12
2010-05-18Mark defragment_init() as an init routineKovarththanan Rajaratnam1-1/+1
2010-05-18Fix several GCC build issuesKovarththanan Rajaratnam1-18/+13
2010-05-18Include (local) packet-btl2cap.h properlyKovarththanan Rajaratnam1-1/+1
2010-05-18From Allan M. Madsen:Kovarththanan Rajaratnam1-0/+765