aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-19When reporting "sorry, *this* packet can't be written to a file of thatGuy Harris1-14/+57
2011-11-14Make exit_status volatile to avoid warning.Martin Mathieson1-1/+1
2011-11-12Catch the OutOfMemoryError exception and print a message.Guy Harris1-22/+49
2011-11-11Initialize threads at program startup. Hopefully this will fix theGerald Combs1-0/+3
2011-11-09Try to fix the GLib thread API deprecations listed in bug 6552.Gerald Combs1-6/+10
2011-09-28Rather than complain and quit if -V is missing when -O <protocols> is used, d...Chris Maynard1-3/+3
2011-09-27The separator between packets is an output option, not a capture option,Guy Harris1-3/+3
2011-09-27Add a new tshark option for being able to specify an alternate line separator...Chris Maynard1-7/+14
2011-08-16From Yann via bug 6245:Stig Bjørlykke1-1/+1
2011-08-09Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5608 :Jeff Morriss1-3/+1
2011-07-05Add some additional routine variants that handle string encodings, andGuy Harris1-2/+0
2011-07-04From Michael Mann:Anders Broman1-1/+7
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke1-15/+11
2011-06-28Use the filter argument as the capture filter for all interfaces.Michael Tüxen1-2/+6
2011-06-27Put variable under the correct #ifdef.Michael Tüxen1-2/+2
2011-06-27Fix the bug reported by Guy. NowMichael Tüxen1-0/+10
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...Michael Tüxen1-2/+2
2011-06-27Use the interface description instead of the interface name whenMichael Tüxen1-2/+2
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen1-10/+13
2011-06-20Have mergecap, tshark, and editcap write pcap-ng files by default. ThisGerald Combs1-3/+11
2011-06-15See if this squelches some compiler warnings.Guy Harris1-2/+2
2011-06-01Show the plugin paths in Help→About→Plugins. Add a "-G plugins" optionGerald Combs1-0/+2
2011-05-31Get rid of has_cfilter to simplify the handling of multiple interfaces.Michael Tüxen1-3/+2
2011-05-24Don't print hidden columns.Guy Harris1-0/+3
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs1-10/+2
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs1-1/+1
2011-05-19Remove unused define.Michael Tüxen1-2/+0
2011-05-18Don't print too many interface names...Michael Tüxen1-9/+22
2011-05-18Support multiple interfaces when used with -L option.Michael Tüxen1-21/+45
2011-05-13Get -L and -d working with multiple interface. Internally get some functionsMichael Tüxen1-1/+1
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-3/+3
2011-05-03Wrap text of description for -O.Chris Maynard1-1/+2
2011-04-29UntabifyStig Bjørlykke1-3/+3
2011-04-29From Edwin Groothuis via bug 5870:Stig Bjørlykke1-1/+20
2011-04-27Create a new frame_data_sequence data type; it represents a denseGuy Harris1-10/+10
2011-04-27Another hack to handle the one-pass case.Guy Harris1-1/+8
2011-04-25Store the frame_data structures in a tree, rather than a linked list. Guy Harris1-21/+14
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-5/+19
2011-04-13Cast away size_t warnings on win64.Anders Broman1-4/+4
2011-04-12Use g_snprintf instead of sprintf and g_strlcat instead of strcat: Coverity 698Chris Maynard1-20/+20
2011-04-12Now that wtap_read() checks for delayed errors on EOF, there's no needGuy Harris1-10/+4
2011-04-12Allow wtap_sequential_close() and wtap_close() to return an error; thisGuy Harris1-4/+10
2011-03-31Rename local 'pipe_input' so it doesn't shadow global 'pipe_input';Bill Meier1-290/+290
2011-03-30Fix a couple of typos.Chris Maynard1-2/+2
2011-03-30Wrap all text lines of help at column 80.Chris Maynard1-1/+2
2011-03-24Add initial pcapng name resolution record support. Wireshark has readGerald Combs1-5/+30
2011-02-26Added functionality for handling global profiles.Stig Bjørlykke1-1/+1
2011-02-19Sort capture file types listed by "-F" like editcap does.Chris Maynard1-8/+38
2011-02-03From Huzaifa Sidhpurwala of the Red Hat Security Response Team: Don'tGerald Combs1-1/+1
2011-01-06On Windows, convert all of our command-line arguments from UTF-16 toGerald Combs1-0/+13