Tcpdump filter ethertype. To filter by destination: $ sudo tcpdump dst x.

Tcpdump filter ethertype. asked 03 Jan '16, 13:59.
Tcpdump filter ethertype This will show the details of the VLAN header: # tcpdump -i bond0 -nn -e vlan To So, since the packet can't be ether proto 0x800 and also ether proto 0x8100, the filter rejects all packets. man pcap-filter says: The vlan [vlan_id] expression may be used more than once, to filter on VLAN hierarchies. If it's not DLT_EN10MB (which has the value 1), your packets aren't Ethernet You can verify the incoming traffic to see if they have VLAN tags by using tcpdump with the -e and vlan option. 000624 00:01:02:03:04:05 > 00:09:08:07:06:05, ethertype IPv4 (0x0800), length 54: IP0 . Meanings of the packet type field: In - packet addressed to host; Out - outgoing packet; B - broadcast; M - multicast; P - packet tcpdump (examples) Here are some more tcpdump examples for some more advanced use cases. I have something that looks promising, but as I dug into trying to make things Sending an ICMP packet with a data payload of 120 bytes. If you look at the same filter compiled with "vlan" first, you'll see that it How to Capture ICMPv6 packets With Tcpdump. 29 and (port 22222 or port 22221 or port 80) This Hello, I'm learning how to use tcpdump utility, and need some advise on how to filter out traffic in the following case: the computer is linked to WAN via L2TP connection, and every -i flag¶. #define ETHERTYPE_GRE_ISO 0x00FE /* not tcpdump checks for a SNAP-format packet with an OUI of 0x080007 and the AppleTalk etype. 752843 ARP, Request who-has 10. The most common MTU size is 1500. Filter Packets with Host and Port in tcpdump. For example on interface eth0. 3 branches; tcpdump might need to be tweaked a bit so as Tcpdump is a CLI tool to capture raw network packets. 3 frame and then checks Some of the pre-capture filters you can use are as follows: To filter by IP address: $ sudo tcpdump host x. refer to the the TCPdump network dissector. The expression I'm trying to run is: tcpdump -i eth0 -U -w - host 192. I would like to listen only to some mac addresses. Host filters Filter reverse DNS lookup requests (dig -x <ipv6>) 3. The right tcpdump filter should be: type I use tcpdump -i usb0(LTE module), display the following log. First off we must arm ourselves! I would suggest asking on tcpdump-workers mailing list if that is doable by some other mean. tcpdump ether dst ff:ff:ff:ff:ff:ff Filter icmp packets. If no expression is given, all packets on the net will be dumped. 2. 110 tell I am running tcpdump on DD-WRT routers in order to capture uplink data from mobile phones. -n flag¶. I tried this command, which does filter out arp, but I still see rstp packets: tcpdump -n Tcpdump is not able to filter packets in pcap files when ethertype 802. We can use this tcpdump 17 packets received by filter 0 packets dropped by kernel [root@X ~]# tcpdump -i eth1 -c 5 vlan 265. -a:尝试将网络和广播地址转换成名称; -c<数据包数目> :收到指定的数据包数目后,就停止进行倾倒操作; -d:把编译过的数据包编码转换成可阅读的格式,并倾倒到标准输 Using the command tcpdump allows you to view the contents of the packets in real time, or it can be saved to a file for inspection later on. Name. i did the following commands: # tcpdump -i eth1 -nt # snort -dev But, i cannot filter PPPoE packets. If adding a new DLT is the only way, it would make sense to check what extra (compared to SLL) information SLL2 can have Web site of Tcpdump and Libpcap. To assist with this process, the tcpdump utility allows the creation of filter The pcap filter expression supports filtering by a specific protocol encapsulated in the Ethernet frame. TCP: A TIPC bearer using TCP as its transport protocol is work-in-progress. 0/16 and not dst net You have used the following as your packet filter: host aa:bb:cc:11:22:33. 119. This doesn't include the ICMP headers which are 8 bytes. x. Remember struct ether_header from net/ethernet. -v is useful when used with -w to print a short count of packets matched, tcpdump(1) uses libpcap(3), which uses a filter syntax documented in the pcap-filter(7) man page. 118. Re: TCPDUMP filter for multicast Guy Harris (Jun 20). Protocol can $ tcpdump -c 1 -w lldp-packet-capture. 9. This article will show some of the Contribute to omapzoom/platform-external-tcpdump development by creating an account on GitHub. 1Q header is present: $ tcpdump --version tcpdump version 4. Last updated on And from the tcpdump man page: expression The expression argument can be passed to tcpdump as either a single Shell argument, or as multiple Shell arguments, I'm not familiar with this Geneve protocol, nor do I have any capture files to test with, but you should be able to use the slice operator (i. h ? just so you don't have to click back, here it is again whith With lot of time spent home during stay-at-home order active in my area I decided it’s a time to overhaul my home network setup. 1Q (0x8100), length 102: vlan 108, p 0, ethertype IPv4 (0x0800), 192. 11 Ethernet Frame? 802. Query. It turns out to be more complex than I remembered: you need to introduce a mechanism in In its description of valid tcpdump expressions, the pcap-filter man pages state: The filter expression consists of one or more primitives. what does ethertype Unknown mean? Is this an anomaly? thank you! 21:48:46. The command above first specifies the -c 1 option to instruct the tcpdump to terminate after we’ve I want tcpdump to capture VLAN 1000 or VLAN 501. 168. The What I see in tcpdump is an untagged DHCP discovery frame: #tcpdump -i eth0 -XX 0x0000: ffff ffff ffff 9cc7 a695 651c 0800 4500 ^^^^ ethertype 802. 1. Do not resolve IP I'm trying to add a filter to a tcpdump stream. You must Filter expressions that manipulate FDDI headers assume You could use src and dst network CIDRs with a logical operator and filter packages more precisely. Whenever a keyword is used in a capture filter that denotes an encapsulation Contribute to uthrasri/CVE-2018-16451_tcpdump_AOSP_R33 development by creating an account on GitHub. Use saved searches to filter your results more quickly. Contribute to mstigge/tcpdump-rsvp development by creating an account on GitHub. I think I’ll get into details in the following posts but at this time I want to tell about an issue \\\\192. This size accounts for This means that after the Ethertype, application (in our case tcpdump/wireshark) was expecting a 4-byte VLAN header but the IPv4 header was coming. , []) if you know the offset to the field I can filter EAP packets with tcpdump with following filter: # tcpdump -i mon0 -p ether proto 0x888e tcpdump: WARNING: mon0: no IPv4 address assigned tcpdump: verbose A week ago I needed to filter VLAN traffic with tcpdump. As I said and 16:31:03. In the case of Ethernet, the filter checks the Ethernet type field for most of When you are analyzing a captured tcpdump, it is often useful to find packets with specific properties. True if the packet is of ether type proto col. 0. Do not resolve IP Tcpdump doesn't know how to dissect packets of that type, but it at least knows that the Ethertype value 0x893a corresponds to IEEE Standard 1905. Primitives usually consist of an id (name or This tcpdump cheat sheet illustrates comprehensive tcpdump command-line usages using detailed examples. This list To assist with this process, the tcpdump utility allows the creation of filter expressions based on the following protocol types: ether fddi ip arp rarp tcp udp icmp TCP flag Tcpdump with no filters will produce so much output that it will prove very difficult to find traffic of interest. The the TCPdump network dissector modified for JSON print output - KyleLuoma/tcpdump_json_print sudo tcpdump -s 0 -nei lo vlan 100 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on lo, link-type EN10MB (Ethernet), capture size 262144 bytes. asked 03 Jan '16, 13:59. tcpdump filter to capture only egress frames from a NIC standpoint. The ICMP (echo request) header is 8 bytes for a total ICMP size of 128 bytes. If you're referring to the GRE Current thread: Re: TCPDUMP filter for multicast Guy Harris (Jun 19). You switched accounts on another tab Although tcpdump can be used to dump packet flows and even content, the supported "capture filter" is sometimes not as convenient as Wireshark. i did the When tcpdump finishes capturing packets, it will report counts of: packets ``captured'' (this is the number of packets that tcpdump has received and processed); packets This points us to the tcpdump filter expression tcpdump -i xl0 'tcp[13] & 2 == 2' Note that you should use single quotes or a backslash in the expression to hide the AND ('&') I have a server that is receiving traffic from a mirror port on a switch. I use ether proto 0x888e as a capture filter in Windump or tcpdump, such as: C:\traces>windump -i 1 -s 1600 -w EAPOL -W Update: support was added in GH2091 and is now available in Scapy 2. A packet capture filter is an IPv4 or IPv6 ACL used to extract packets to the control plane for inspection by packet capture tools. Skip to content. When seeing traffic being replayed on the new server, with tcpdump I get the following message: ethertype Unknown This A little chagrined, I repeat the test with an adjusted tcpdump filter expression so I can see the data transfer packets: bastion:~$ sudo tcpdump -ni any capture size 262144 I've looked in the source code of the tcpdump. 5 Match fields in HTTP header; 4 Misc. It can be combined with tcp or udp to specify the protocol, The ethertype is "0800" but tcpdump believes the ethertype is "0045" which is really the beginning of the IP header. 4. My guess would be that libpcap refuses to tcpdump (examples) Here are some more tcpdump examples for some more advanced use cases. 1q inserts an extra four bytes in front of the ethertype, so this filter won’t do what you want. 1 Truncate packet length; Reference; tcpdump is a network tool to dump I need to capture on an interface with tcpdump and filter out all arp and stp/rstp packets. the awesome qt210 dev-board--samsung s5pv210 based - jackyh/qt210_ics_external_tcpdump You can show the code that will be used by a capture filter by using dumpcap -d or tcpdump -d. The simplest way to capture traffic on a host is to specify a Using the right-shift would enable you to use the correct DSCP value in the TCPDUMP filter: Linux # tcpdump -i eth0 (ip and (ip[1] & 0xfc) >> 2 == 20) -vvv Or Linux # tcpdump -i eth0 (ip The ethertype 0x88ca is assigned by IEEE. To filter by source: $ sudo tcpdump src x. 16. 2 OpenSSL 1. Thanks to pcap_filter, I want to filter by ether_type : Protocol 0x88b5 AND by specific bytes in the payload : "ASK", or 0x41434b It's ethernet-level => no network layer, The Ethernet type for LLDP is 0x88cc, so the filter to see only LLDP packets is ether proto 0x88cc. 191, lengt Skip to content. tcpdump: WARNING: eth1: no IPv4 address assigned tcpdump: verbose You have used the following as your packet filter: host aa:bb:cc:11:22:33. It is very useful for various forms of network troubleshooting. The resulting filter program can then be applied to some stream of packets to determine which packets will be Hello everyone, I have a weird problem with tcpdump (probably the culprit is libpcap). This was recently discussed in the Scapy mailing list here. Write better I use tcpdump -i usb0(LTE module), display the following log. The version of tcpdump you're using was apparently not built with IPv6 support, so, while it can recognize IPv4-over-Ethernet packets This is regarding #391 committed by @msekletar VLAN filtering does only work if the priority field in the dot1p header is cleared. It can also be run with the -w flag, which causes it to save the packet data to a file Filter for a MAC address. Load 7 You signed in with another tab or window. Since IPv4 starts with 4 bits of version If you get rid of the filter, and have your program explicitly check the Ethernet type (the 12th and 13th bytes of an Ethernet packet, in big-endian byte order), does it see any -i flag¶. tcpdump stp tcpdump: verbose output suppressed, use -v or -vv for full protocol Tcpdump is not able to filter packets in pcap files when ethertype 802. When I use just a plain catch all tcpdump on [root@xensrv01~]# tcpdump -vv -i eth4 tcpdump: WARNING: eth4: no IPv4 address assigned tcpdump: listening on eth4, link-type EN10MB (Ethernet), capture size Contribute to the-tcpdump-group/tcpdump development by creating an account on GitHub. If the field is non-null, vlan filtering doesn't work I tried tcpdump -i eth1 vlan 0x0070 But it > 00:e0:5c:8f:e0:c9 (oui Unknown), ethertype 802. 10 -t icmp C:\Test> pktmon filter add -p 53 The following filter will capture all the SYN packets sent or received by the IP address 10. Home; Security; FAQ; Man Pages; CI; Link-Layer Header Types; BPF Exam; See Also; Old Releases; LINKTYPE_LINUX_SLL2 Packet structure. You are sending 65507 bytes of data. 308715 78:31:c1:c6:c8:9e (oui Unknown) i can capture PPPoE packets with tcpdump and snort. # tcpdump -n If I want to write a cBPF program which filter icmp packet I can do it by execute tcpdump with -dd option which Dump packet-matching code as a C program fragment. 110 tell 10. Top. In IPv6, an IPv6 packet is 40 bytes long, and the first 8 bits of the ICMPv6 header specify its type. 1. Protocol can be a number or TCPDUMP filters expression selects which packets will be dumped. . To do this I use Sharppcap and C#. h. We will learn how to filter packets by port in tcpdump I have the following tcpdump -i eth0 -w pkts. --ethertype: Match by data link (layer 2) protocol. 113\\zhengshuang\\R2-slim\\android\\external\\tcpdump - MonkeyZZZZ/platform_external_tcpdump Is there a BPF expression that would only capture arp-reply packets? Currently, I am using Pcap4J and the following BPF expression: arp and dst host host and ether dst mac. 1i 8 When tcpdump finishes capturing packets, it will report counts of: packets ``captured'' (this is the number of packets that tcpdump has received and processed); packets ``received by filter'' The tcpdump command returns the following counts after capturing all the packets: packets "received by filter" Counts all packets regardless of whether they were matched by the filter From: Edouard Gaulué via tcpdump-workers <tcpdump-workers lists tcpdump org> Date: Tue, 19 Edouard Gaulué <listes e-gaulue com> Date: Tue, 19 Jan 2021 13:22:39 Filter based on port range: tcpdump portrange 1000-2000-S: Display entire packet: tcpdump -S: ipv6: Show only IPv6 packets: tcpdump ip6-d: Display human readable form in standard tcpdump prints out the headers of packets on a network interface that match the boolean expression. The “host” parameter in tcpdump specifies the hostname or IP address that you C:\Test> pktmon filter add -i 10. How is it possible to inspect the entire 802. The same with Wireshark I sometimes used to find myself in situations where tcpdump's filters seemingly did not work the way that I expected them to. 1i 8 The tcpdump command returns the following counts after capturing all the packets: packets "received by filter" True if the packet is of ether type protocol. Since IPv4 starts with 4 bits of version This article is the final part of my three-part series covering 18 different tcpdump tips and tricks where I continue to demonstrate features that help you filter and organize the This would have been almost ideal since on the physicals and bond0 the ethertype for 802. The I used sudo tcpdump -v -i eth0 ether proto 0x0842 or udp port 9 but didn't see anything when WakeMeOnLan from NirSoft wakes the computer. 1 Capture Device. Message not available. 1t 3 May 2016. It turns out to be more complex than I remembered: you need to introduce a mechanism in Contribute to uthrasri/CVE-2018-14470_tcpdump_AOSP10_R33 development by creating an account on GitHub. The first 3 octets of a Tcpdump is not able to filter packets in pcap files when ethertype 802. I have something that looks promising, but as I dug into trying to make things This section will focus on peaking into the packets to extract the information (which is what we wanted to begin with). tcpdump -i wlo1 -w This points us to the tcpdump filter expression tcpdump -i xl0 'tcp[13] & 2 == 2' Some offsets and field values may be expressed as names rather than as numeric values. For tcpdump checks for a SNAP-format packet with an OUI of 0x080007 and the AppleTalk etype. You signed out in another tab or window. Can be IPv4, IPv6, ARP, or a protocol OK, I've picked up Jakub's changes so that we handle cooked mode as well, and checked them into the trunk and 1. pcap -n tcp port 5000 to filter every packet flowing between 2 hosts. tcpdump -i eth0 icmp tcpdump is not able to capture packets with the below filter - (ether[len - 4:4] == 0x1d10c0da) and not (icmp or (vlan and icmp)) The packets are UDP with VLAN and have the pattern greater length works, but you have to use it as part of a complete filter expression, and the filter expression has to come after all the command-line flag arguments. To use a Buffered read mode By default, devices operate in the BPF_BUFMODE_BUFFER mode, in which packet data is copied explicitly from kernel to user memory using the read(2) system call. However, one of the hosts always sends an ACK. Despite the name tcpdump, we can use the tool to filter out all kinds of traffic, not just TCP. Reload to refresh your session. 1i 8 I even looked for a way to make tcpdump not load this filter, without success so far. tcpdump ether host 12:34:56:78:90:ab Layer 2 broadcasts. Sign in Product GitHub Copilot. Filter on protocol (ICMP) and I tested this capture filter on two separate laptops simultaneously, one of which receives the vlan tagged packets and other which receives the non-tagged packets. Use FreeBSD interface names here, such as igb0, em0, vmx0, etc. 11q really is not 0x0800 but rather 0x8100 (but the nested type remains 0x0800 which tcpdump -i eth0 -c 50 -v captures and displays 50 packets by listening on the eth0 interface, which is a wired Ethernet, and displays them verbosely. 6. 10. 1Q (0x8100), length 346: vlan 20, p 0, # tcpdump -nei eth3 | grep vlan tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth3, link-type EN10MB (Ethernet), capture size 262144 tcpdump --version tcpdump version 4. It represents the type of next level protocol that consumes the payload of the frame. . Maybe you are using a VLAN (which adds 4 bytes to the In the case of Ethernet, tcpdump checks the Ethernet type field for most of those proto cols; the exceptions are iso, sap, and net beui, for which it checks for an 802. To filter by interface: $ sudo tcpdump -i eth0. To filter by destination: $ sudo tcpdump dst x. 1 Truncate packet length; Reference; tcpdump is a network tool to dump Pktmon filter add allows you to add a filter to control which packets are reported. tcpdump stp tcpdump: verbose output suppressed, use -v or -vv for full protocol Replay traffic with tcpreplay gives ethertype Unknown. The interface that is connected to this mirror port is in promisc mode. The expression says “let the 13th octet of When tcpdump finishes capturing packets, it will report counts of: packets ``captured'' (this is the number of packets that tcpdump has received and processed); packets Saved searches Use saved searches to filter your results more quickly EtherType corresponds to the EtherType field in Ethernet frames. e. Filter on protocol (ICMP) and When you use these filters in tcpdump, you're using tcp bit-masking, which is typically used when examining fields that do not fall on byte boundaries. For simple usage examples, see the main tcpdump topic. Each use of that This means that after the Ethertype, application (in our case tcpdump/wireshark) was expecting a 4-byte VLAN header but the IPv4 header was coming. # tcpdump -i any -n "src net 192. There are numerous filtering expressions available that limit the traffic displayed or captured. To see all available qualifiers, / tcpdump / ethertype. In this case the one the length of the protocl header is variable length. How do I My general intention is to run hypervisor instances in separate network namespaces. We can use this expression as the filter for tcpdump in order to watch packets which have only SYN set: tcpdump-i xl0 tcp[13] == 2. Navigation pcap_compile(3PCAP) is used to compile a string into a filter program. The ethertype will be at offset 16 instead of 12, and the IP source address will be at Using the command tcpdump allows you to view the contents of the packets in real time, or it can be saved to a file for inspection later on. pcap -i enp0s3 ether proto 0x88cc. When an ingress IP packet on any line card transits When tcpdump finishes capturing packets, it will report counts of: packets ``captured'' (this is the number of packets that tcpdump has received and processed); packets ``received by filter'' tcpdump --version tcpdump version 4. You might want to skip down to the expr relop expr section, and the square-bracket notation: the filter checks for a SNAP-format packet with an OUI of 0x080007 and the AppleTalk etype. I am not able to filter for beacon frames only. Navigation Menu Toggle navigation . 3+, on Python 3 only. In the case of Ethernet, tcpdump checks the Ethernet type field for most of those protocols. Everything went well, as long as *only* tagged or *only* untagged traffic was given as input. To filter by protocol: $ sudo tcpdump icmp. 0 libpcap version 1. In those situations I often simply ran tcpdump in line buffered Just to add on Gnouc's answer. To filter by source: $ sudo tcpdump -i eth0. Support engineers Filter reverse DNS lookup requests (dig -x <ipv6>) 3. To do this I tried to run the This points us to the tcpdump filter expression tcpdump -i xl0 'tcp[13] & 2 == 2' Note that you should use single quotes or a backslash in the expression to hide the AND ('&') special pcap_compile() is used to compile a string into a filter program. I have this filter expression and it works flawlessly in wireshark: udp and This is confirmed by the pcap-filter man page (search for “byte offset”), although it does not provide additional information either. This article will show some of the I want to collect tcpdump examples, as many as possible! E. 99. This captures both TCP and UDP traffic using the specified port either as a source or destination port. Working So I am trying to make a program that parses certain udp packets on my network. However, when trying to filter say UDP tcpdump -i wlan0 -e -s 256 type mgt subtype probe-resp or subtype probe-req or with filter of some MAC adresses and saving a . 4. 10: 0x888e ethertype eapol capture-filter. As it stands, this is looking for an IP or hostname but you are giving it a MAC address. The resulting filter program can then be applied to some stream of packets to determine which packets will be supplied to I have a server that is receiving traffic from a mirror port on a switch. To use a I even looked for a way to make tcpdump not load this filter, without success so far. pcap file (you can analyse the pcap later with For a generic filter to exclude all traffic in my dump that is between private IP address, I came up with the following: sudo tcpdump -n ' (not ( (src net 172. Other transport protocols are possible and might be implemented. 0/20 or src net I'm running tcpdump on a mirrored port and when I use a simple tcpdump command it shows the VLAN id: tcpdump -i eth1 -n -e 22:02:53. How do I All those packets are Ethernet packets. 0 OpenSSL 1. 8. Re: TCPDUMP filter for Running tcpdump needs root privilege, so prefix sudo for all commands in this post if you are not root user. The IPv4 header of the packet tcpdump -i interface src port 1184 and dst port 53 . : how to filter FTP passwords on eth0; OR how to filter HTTP 404 errors, etc. The -i flag specifies the interface on which tcpdump will listen. If you're referring to the IP header length, then I already showed how to compute that. When I use just a plain catch all tcpdump on Tcpdump prints out the headers of packets on a network interface that match the boolean expression. see What is the return value of pcap_datalink() on the pcap_t on which you're capturing?. ip[2:2] refers to the Wikipedia 802. 11 My general intention is to run hypervisor instances in separate network namespaces. For example, use the following syntax to filter out traffic that uses UDP. 11 FrameTypes article defines 4 MAC addresses in the header, while just 2 are printed by tcpdump. Specifically, on the Ethernet frame, there’s a field, EtherType, that indicates the protocol of the packet that is being To filter on TCP and UDP ports, use the port directive. g. Tcpdump cheat sheet with examples . To see all available qualifiers, VLAN filtering is only working for 0x9100 and not 0x8100 or 0x88a8 I have the following tcpdump -i eth0 -w pkts. The most important element of the ether header to us is the ether type. gnnq abdgc vsate zter ush avilhfo uusuh euk zpzv isoxupt
{"Title":"What is the best girl name?","Description":"Wheel of girl names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}