summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-10-11nfctool: Fix options typeDmytro Bagrii1-10/+10
2013-09-10nfctool: Add firmware download commandThierry Escande4-4/+100
2013-09-10nfctool: netlink: Pass attributes to registered callbacksThierry Escande1-1/+1
2013-08-20tools: Do not compare expression against NULLDaniel Wagner8-69/+69
2013-08-20tools: Use stdbool instead gboolean or near_bool_tDaniel Wagner7-46/+46
2013-06-28nfctool: Add a null pointer check in llcp_decode_cleanupThierry Escande1-1/+2
2013-06-25nfctool: sniffer: Fix ndef read-ahead check macroThierry Escande1-1/+1
2013-06-19nfctool: sniffer: Dump unknown WSC data elementsSamuel Ortiz1-0/+5
2013-06-18nfctool: sniffer: Decode application/vnd.wfa.wsc MIME recordsSamuel Ortiz1-0/+55
2013-06-14nfctool: sniffer: Print Handover I frames as NDEFSamuel Ortiz1-0/+9
2013-06-14nfctool: sniffer: CONNECT and CC frames trackingSamuel Ortiz2-0/+62
2013-06-14nfctool: sniffer: Handle Bluetooth Handover recordsSamuel Ortiz1-4/+105
2013-06-13nfctool: sniffer: Output the MIME type valueSamuel Ortiz1-5/+30
2013-06-13nfctool: sniffer: A record's TNF is not a booleanSamuel Ortiz1-1/+1
2013-06-13nfctool: sniffer: Support multiple records per NDEFSamuel Ortiz1-18/+21
2013-05-30nfctool: sniffer: Fix fragmented SNEP outputSamuel Ortiz1-5/+8
2013-05-21nfctool: sniffer: Set the time string first character to 0Samuel Ortiz1-0/+2
2013-05-21nfctool: Power up the device when start pollThierry Escande1-0/+3
2013-05-21nfctool: Add command line options to power up or down a deviceThierry Escande4-1/+78
2013-05-03nfctool: sniffer: Add NDEF decoding supportThierry Escande4-6/+230
2013-05-03nfctool: sniffer: Reduce hexa dump line widthThierry Escande1-5/+19
2013-05-03nfctool: sniffer: Add a snep_printf_errorThierry Escande1-4/+7
2013-05-02nfctool: sniffer: Fix over 80 chars macroSamuel Ortiz1-3/+4
2013-05-02nftool: sniffer: Remove new line from snep_printf_msg callsSamuel Ortiz2-10/+10
2013-05-02nfctool: sniffer: Color LLCP dumpsSamuel Ortiz3-47/+73
2013-05-02nfctool: sniffer: Simplify print_pdu routineSamuel Ortiz1-9/+8
2013-05-02nfctool: Initial color supportSamuel Ortiz4-18/+141
2013-05-02nfctool: sniffer: Change the sniffer hexdump prototypeSamuel Ortiz4-14/+14
2013-05-02nfctool: sniffer: Fix SNEP output stringSamuel Ortiz1-1/+1
2013-05-02nfctool: sniffer: Add SNEP decodingThierry Escande6-2/+432
2013-05-02nfctool: sniffer: ssap and dsap were displayed switchedThierry Escande2-5/+11
2013-05-02nfctool: sniffer: Group sniffed packet info into the same structThierry Escande2-86/+98
2013-05-02nfctool: Fix a memory leakThierry Escande1-1/+1
2013-04-11nfctool: Correct unsigned int comparisonThierry Escande1-1/+1
2013-04-11nfctool: Make good use of snap_len optionThierry Escande1-2/+14
2013-04-11nfctool: Set sniffer buffer large enough to handle MAX_MIU bytes framesThierry Escande1-6/+3
2013-03-28nfctool: Print length of buffer before its hexadecimal dumpThierry Escande3-4/+12
2013-03-28nfctool: Fix some integer sizes and signednessThierry Escande3-12/+12
2013-03-28nfctool: Fix aggregated frame supportThierry Escande1-13/+48
2013-03-25nfctool: Fix pointer casting errors on ARMWaldemar Rymarkiewicz1-3/+6
2013-03-19nfctool: Add --version optionThierry Escande2-0/+18
2013-03-04nfctool: Add Service Name Lookup supportThierry Escande4-22/+321
2013-03-04nfctool: Add a handler mechanism for netlink eventsThierry Escande3-28/+45
2013-02-28nfctool: Use nfc_copy.h instead of the system NFC headerSamuel Ortiz1-1/+2
2013-02-27nfctool: Move adapter related functions in one placeThierry Escande5-188/+285
2013-02-21nfctool: Close sniffer socket when getting IO errorsSamuel Ortiz1-2/+13
2013-01-31include: Add a copy of the NFC kernel headerSamuel Ortiz5-5/+9
2013-01-08nfctool: Fix build failure with libnl v1Samuel Ortiz1-0/+30
2013-01-06neard: nfctool: Add LLCP frame decoding supportThierry Escande6-3/+558
2013-01-06neard: nfctool: Add LLCP traffic sniffing featureThierry Escande4-19/+421