aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-02From Allan M. Madsen via. bug 5445:krj1-487/+498
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...morriss1-4/+4
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-6/+6
2010-05-19Add svn 'keywords' and 'eol-style' propertieswmeier1-750/+750
2010-05-19Add and use BTOBEX_CODE_VALS_MASK to avoid hardcoding valueskrj1-3/+4
2010-05-19Use newly introduced BTOBEX_CODE_VALS_CONNECT definekrj1-1/+1
2010-05-19Introduce defines to avoid hardcoding valueskrj1-14/+22
2010-05-19Tighten scope of code variablekrj1-1/+2
2010-05-19Remove weird assignment to pinfo->private_datakrj1-3/+0
2010-05-18Add FIXMEkrj1-0/+1
2010-05-18Remove NULL pointer guard in defragment_init()krj1-5/+2
2010-05-18Remove a couple of superfluous NULL assignmentskrj1-5/+6
2010-05-18Remove a couple of check_col()krj1-28/+12
2010-05-18Mark defragment_init() as an init routinekrj1-1/+1
2010-05-18Fix several GCC build issueskrj1-18/+13
2010-05-18Include (local) packet-btl2cap.h properlykrj1-1/+1
2010-05-18From Allan M. Madsen:krj1-0/+765