aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-at.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-24The AT dissector is not really USB-specific, so rename it from packet-usb-at....Chris Maynard1-125/+0
2011-12-19Add support for dissecting AT commands in USB URB_CONTROL packets. Fixes htt...Chris Maynard1-0/+1
2011-11-14Very minor cleanup: remove some unneeded #includes & some trailing whitespaceBill Meier1-1/+0
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-05-14From Tyson Key via bug 5922: Add another AT magic array.Chris Maynard1-4/+6
2011-05-11When performing heuristics, use tvb_length() instead of tvb_reported_length().Chris Maynard1-1/+1
2011-05-11#include <string.h> not req'd;Bill Meier1-8/+7
2011-05-10Remove unused variable to avoid a warning which breaks the build.Michael Tüxen1-2/+0
2011-05-10Add subversion Id and Wireshark copyright.Chris Maynard1-0/+6
2011-05-10Add USB/AT dissector, submitted by Tyson Key via bug 5868 with someChris Maynard1-0/+120