aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Fix Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...wmeier1-2/+0
2011-04-18Removed some unneeded assignments.stig1-1/+1
2011-02-17Fix some Visual C++ static analyzer complaints.gerald1-1/+3
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noguy1-2/+20
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.stig1-0/+6
2011-01-16Use tvb_memeql() and tvb_memcpy().morriss1-7/+5
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