aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btobex.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-08Remove unneeded #includes: proto.h,tvbuff.h,value_string.h,stdlib.h,...Bill Meier1-2/+0
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-1/+1
2011-02-17Fix some Visual C++ static analyzer complaints.Gerald Combs1-1/+3
2011-02-12The lack of _WITH_PHDR in WTAP_ENCAP_BLUETOOTH_H4 means there's noGuy Harris1-2/+20
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+6
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-7/+5
2011-01-02From Allan M. Madsen via. bug 5445:Kovarththanan Rajaratnam1-487/+498
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