aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-29Leave it up to dumpcap to determine whether WinPcap was loaded and, ifguy1-13/+0
2011-12-29Swallow cant_load_winpcap_err() up into capture-wpcap.c, so thatguy1-1/+0
2011-12-29Add an additional DONT_HAVE_PCAP return value from get_interface_list()guy1-0/+1
2011-12-28Add tshark option '-G heuristic-decodes' to dump heuristic dissector tables.wmeier1-0/+3
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald1-0/+3
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyguy1-2/+2
2011-12-13Add the -H and -W options to the "tshark -h" output. Ref: http://www.wiresha...cmaynard1-0/+4
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatguy1-14/+57
2011-11-14Make exit_status volatile to avoid warning.martinm1-1/+1
2011-11-12Catch the OutOfMemoryError exception and print a message.guy1-22/+49
2011-11-11Initialize threads at program startup. Hopefully this will fix thegerald1-0/+3
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.gerald1-6/+10
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, d...cmaynard1-3/+3
2011-09-27The separator between packets is an output option, not a capture option,guy1-3/+3
2011-09-27Add a new tshark option for being able to specify an alternate line separator...cmaynard1-7/+14
2011-08-16From Yann via bug 6245:stig1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :morriss1-3/+1
2011-07-05Add some additional routine variants that handle string encodings, andguy1-2/+0
2011-07-04From Michael Mann:etxrab1-1/+7
2011-06-28Replace all strerror() with g_strerror().stig1-15/+11
2011-06-28Use the filter argument as the capture filter for all interfaces.tuexen1-2/+6
2011-06-27Put variable under the correct #ifdef.tuexen1-2/+2
2011-06-27Fix the bug reported by Guy. Nowtuexen1-0/+10
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...tuexen1-2/+2
2011-06-27Use the interface description instead of the interface name whentuexen1-2/+2
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-10/+13
2011-06-20Have mergecap, tshark, and editcap write pcap-ng files by default. Thisgerald1-3/+11
2011-06-15See if this squelches some compiler warnings.guy1-2/+2
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optiongerald1-0/+2
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.tuexen1-3/+2
2011-05-24Don't print hidden columns.guy1-0/+3
2011-05-24Move the Windows argument list conversion code to a common routine.gerald1-10/+2
2011-05-19From Dirk Jagdmann via bug 5875:gerald1-1/+1
2011-05-19Remove unused define.tuexen1-2/+0
2011-05-18Don't print too many interface names...tuexen1-9/+22
2011-05-18Support multiple interfaces when used with -L option.tuexen1-21/+45
2011-05-13Get -L and -d working with multiple interface. Internally get some functionstuexen1-1/+1
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....morriss1-3/+3
2011-05-03Wrap text of description for -O.cmaynard1-1/+2
2011-04-29Untabifystig1-3/+3
2011-04-29From Edwin Groothuis via bug 5870:stig1-1/+20
2011-04-27Create a new frame_data_sequence data type; it represents a denseguy1-10/+10
2011-04-27Another hack to handle the one-pass case.guy1-1/+8
2011-04-25Store the frame_data structures in a tree, rather than a linked list. guy1-21/+14
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-5/+19
2011-04-13Cast away size_t warnings on win64.etxrab1-4/+4
2011-04-12Use g_snprintf instead of sprintf and g_strlcat instead of strcat: Coverity 698cmaynard1-20/+20
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needguy1-10/+4
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisguy1-4/+10
2011-03-31Rename local 'pipe_input' so it doesn't shadow global 'pipe_input';wmeier1-290/+290