aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier68-20743/+20738
2010-05-10Fix non-libz build.Martin Mathieson1-1/+1
2010-05-10Bring back "1 min" and "10 min" in IO Graph Tick interval.Stig Bjørlykke1-1/+3
2010-05-10Add missing textify.sh to source distributionTomas Kukosa1-0/+1
2010-05-10Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.Jaap Keuter1-0/+14
2010-05-09[Automatic manuf and enterprise-numbers update for 2010-05-09]Gerald Combs2-15/+124
2010-05-09As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check bothStephen Fisher1-2/+4
2010-05-09Clean comments and indentation.Jaap Keuter1-10/+10
2010-05-08(Trivial) Fix some indentation.Bill Meier1-10/+10
2010-05-08(Trivial) Fix a typo & some indentationBill Meier1-7/+7
2010-05-08Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)Sake Blok2-2/+5
2010-05-08Include inet_v6defs.h after include the Windows socket headers, so itGuy Harris1-4/+4
2010-05-08Prune some includes.Guy Harris1-24/+0
2010-05-08Include inet_v6defs.h if needed to declare inet_ntop().Guy Harris1-0/+4
2010-05-08Add wtap_cleareof().Guy Harris1-0/+1
2010-05-08The default capture buffer size is, in fact, *nominally* 1MB; however,Guy Harris5-11/+17
2010-05-08Don't define err_str twice if building on Win32 with AirPcap support.Guy Harris1-6/+5
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailingGerald Combs3-9/+18
2010-05-07EOF in zlib 1.2.5 seems to be sticky. When we're tailing a file and weGerald Combs1-0/+12
2010-05-07As with the list of data link types, so with the list of interfaces; moveGuy Harris5-88/+143
2010-05-07Update 3GPP AVP codes.Anders Broman1-2/+81
2010-05-07Register a dissector table for dissecting Ericsson AVP:s.Anders Broman1-2/+6
2010-05-07Add routines vfprintf_stderr() and fprintf_stderr() to print to theGuy Harris6-18/+131
2010-05-07For TShark and Wireshark, get the list of link-layer types for anGuy Harris7-160/+202
2010-05-07Set default seconds type in rawshark and dftest.Stig Bjørlykke2-0/+2
2010-05-07-I is now a valid TShark option (at least if you have libpcap 1.x).Guy Harris1-1/+1
2010-05-07-B is no longer Windows-only.Guy Harris2-10/+20
2010-05-07Add monitor mode support to Wireshark *on the command line*; supportGuy Harris1-6/+18
2010-05-07Oops, -B disappeared from the list of dumpcap options in the change toGuy Harris1-1/+1
2010-05-07Add monitor mode support to TShark.Guy Harris3-6/+36
2010-05-07Handle -I in the options processing.Guy Harris1-0/+8
2010-05-07Beginnings of monitor mode support with libpcap 1.x.Guy Harris3-7/+46
2010-05-07Instead, say that the default is platform-dependent.Guy Harris3-3/+3
2010-05-07Now that we support -B on various UN*X platforms as well as Windows, weGuy Harris3-3/+3
2010-05-07From Jouni Malinen via bug 4713:Gerald Combs1-1/+14
2010-05-06Our default target platform is still win32.Gerald Combs1-1/+1
2010-05-06Set the timestamp seconds type to TS_SECONDS_DEFAULT at startup so weGerald Combs1-0/+1
2010-05-06From Hadar Shoham via bug 4750:Gerald Combs1-17/+20
2010-05-06Just check for pcap_create(); it first appeared in libpcap 1.0.0, andGuy Harris8-33/+28
2010-05-06Fix compilation.Gerald Combs1-2/+4
2010-05-06Use consistent indentation & whitespace.Bill Meier1-2318/+2318
2010-05-06From Mathieu Parent:Jaap Keuter1-14/+79
2010-05-06tvbparse_len_left does not seem to exist in tvbparse.cAnders Broman1-1/+0
2010-05-06Follow up for revision 32670.Jaap Keuter1-8/+1
2010-05-06Cleanup and export the TVB parser.Jaap Keuter2-44/+64
2010-05-06Checking in Stigs changes fromAnders Broman10-56/+88
2010-05-06Check for pcap_createAnders Broman1-0/+1
2010-05-06Add PPID 28 IRCPAnders Broman2-0/+2
2010-05-06Moved command line option for seconds type to -u.Stig Bjørlykke2-3/+16
2010-05-06Simplified hour_min_sec calculations.Stig Bjørlykke1-11/+11