aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rfid-pn532.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-23USB CCID: use Decode As to select the payload protocolMartin Kaiser1-1/+5
2017-05-02pn532 (rfid): fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-56/+56
2015-06-22[rfid-pn532] (benign) Use ENC_BIG_ENDIAN (not ENC_NA) for several 3-byte fields.Bill Meier1-8/+8
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13rfid-pn532.c: Use FT_UINT24 to display complete hex value for three 3-byte fi...Bill Meier1-3/+3
2014-11-27Fix a number of dup hf[] filter-names probably mostly resulting from cut/past...Bill Meier1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-56/+56
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-56/+56
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-06Ue TFS & VALS macros for certain 'fieldconvert' fields.Bill Meier1-7/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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