aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-pn532.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12remove unused dissector tablesMartin Kaiser1-4/+0
2013-12-09Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+6
2013-11-12From Michal LabedzkiMartin Kaiser1-4/+4
2013-11-12Remove usb_conv_info_t from packet_info and pass the data directly into the s...Michael Mann1-6/+5
2013-11-12From Michal LabedskiMartin Kaiser1-4/+4
2013-11-06NFC: PN532: Dissect InListPassiveTarget Response and Diagnose request and res...Michael Mann1-158/+399
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+2
2013-09-15From Michal Labedzki viaEvan Huus1-103/+704
2013-09-12Need to specify the particular FT_UINTn type.Guy Harris1-2/+2
2013-09-12Fix the types of some multi-bit bitfields - they're not Booleans. GiveGuy Harris1-3/+3
2013-09-10From: Michal Labedzki <michal.labedzki@tieto.com>Anders Broman1-292/+960
2013-09-07From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9105 :Pascal Quantin1-33/+71
2013-09-04From Tyson Key:Anders Broman1-0/+10
2013-08-15From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9037Evan Huus1-10/+13
2013-03-30From Tyson Key:Jaap Keuter1-4/+40
2013-03-24From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8514Evan Huus1-31/+43
2013-03-22From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8514Evan Huus1-2/+17
2013-03-14From Tyson Key:Jaap Keuter1-4/+41
2013-02-06From Tyson Key:Anders Broman1-4/+36
2013-01-26From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8246Evan Huus1-7/+54
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-07-26Minor cleanup;Bill Meier1-293/+302
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-14From Tyson Key: Support for PN532 InDeselect, Release, and InSelect Command a...Anders Broman1-10/+50
2012-04-13From Tyson Key:pascal1-28/+92
2012-03-13(sigh) Take out the whole if(tree) as Chris suggested. https://bugs.wireshark...Jeff Morriss1-130/+127
2012-03-13Move the col_set_str() outside the if(tree) to address https://bugs.wireshark...Jeff Morriss1-59/+59
2012-03-12From Tyson Key:Anders Broman1-0/+514