You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Adam, sorry to let this one languish so long. The query2.py program doesn't have this problem; once there has been some discussion on what sort of behavior would be best for that program, I'd like to have it replace the original query.py program.
$ ./query.py out.json.gz --where "dp=53 & sa=192.168.1.243 & sp=58126" --select "sa, sp, dns"
{
"name": [
{ "sa": "192.168.1.243" , "sp": 58126 , "dns": [{u'rn': u'4-edge-chat.facebook.com', u'rr': [{u'cname': u'star.c10r.facebook.com', u'ttl': 3548}, {u'a': u'179.60.193.3', u'ttl': 39}], u'rc': 8}] }
]
}
The "dns" value is not valid json.
The text was updated successfully, but these errors were encountered: