aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Comment out the addtion of error_start to CYGWIN in case it's clobberingGerald Combs1-1/+1
2011-07-01Catch system exceptions from pcap_open_live() :)Jakub Zawadzki1-0/+11
2011-07-01Since the TCP Flags tree encompasses 12 bits including the 3 reserved bits andChris Maynard1-1/+7
2011-07-01Fix indentation.Gerald Combs1-1/+1
2011-07-01I decode_tcp_ports(), don't abort processing zero window probe packets, even ...Chris Maynard1-5/+6
2011-07-01Initialize the TCP windows to the maximum value instead of 0 to avoid false z...Chris Maynard1-0/+2
2011-07-01Tell Cygwin to create a core file if we run into any issues.Gerald Combs1-0/+1
2011-07-01From spamlookup via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6083:Chris Maynard1-2/+2
2011-06-30Oops, indented one of the "Promiscuous" ones.Guy Harris1-1/+1
2011-06-30Line up the colons.Guy Harris1-59/+59
2011-06-30It's not made from semolina. :-)Guy Harris1-2/+2
2011-06-30Add paranoid debug output in open_capture_device().Michael Tüxen1-0/+26
2011-06-30Log the success or failure of pcap_open/pcap_create/pcap_open_live.Gerald Combs1-0/+1
2011-06-30Export tvb_get_unicode_string().Guy Harris1-0/+1
2011-06-30Temporarily enable dumpcap debugging.Gerald Combs2-1/+2
2011-06-30Remove all interfaces when available.Michael Tüxen1-41/+40
2011-06-30Avoid absurdly large values used in for-loops.Stig Bjørlykke1-0/+15
2011-06-30Fix memory leak.Jakub Zawadzki1-0/+1
2011-06-30Cleanup.Michael Tüxen1-5/+1
2011-06-30Undo r37833 in favor of Sake's changes to be committed at some future date.Chris Maynard4-10/+3
2011-06-30Remove tracing.Gerald Combs1-2/+0
2011-06-29Temporarily enable tracing for the stdin capture step.Gerald Combs1-0/+2
2011-06-29Don't colorize TCP window updates as "Bad TCP". This change was made in resp...Chris Maynard2-1/+7
2011-06-29Although technically not needed, for clarity, explicity catch invalid Etherne...Chris Maynard1-2/+1
2011-06-29Indicate TCP fast retransmissions as an expert info note, rather than a warni...Chris Maynard2-1/+8
2011-06-29Based on user feedback from Sharkfest '11, make the default choice when savin...Chris Maynard4-3/+10
2011-06-29Based on Guy's suggestion from the user mailing list, dissect Ethernet frames...Chris Maynard2-298/+356
2011-06-29Update my email address.Jakub Zawadzki2-2/+2
2011-06-29Added a preference to turn of capture filter syntax check.Stig Bjørlykke4-3/+29
2011-06-29Show locale in version info (if !win32).Stig Bjørlykke1-0/+11
2011-06-29Strengthen heuristics for Packets.Stig Bjørlykke1-0/+4
2011-06-29Cleanup whitespaces/indentation.Michael Tüxen1-54/+54
2011-06-29Don't return an offset that you won't later use.Guy Harris1-57/+42
2011-06-28Add more error output to try to see what's causing the current test failureGerald Combs1-12/+13
2011-06-28Document the handling of command line parameters with respect toMichael Tüxen3-0/+145
2011-06-28Code cleanup.Michael Tüxen1-20/+4
2011-06-28Add $(GENERATED_H_FILES) to libui_a_SOURCES.Stig Bjørlykke1-0/+1
2011-06-28Add a missing dependency for text_import_scanner_lex.hStig Bjørlykke1-0/+1
2011-06-28From Jose Pedro Oliveira via bug 5803:Stig Bjørlykke1-1/+1
2011-06-28Use the generated header file from Guy's Flex front-end script from Stig Bjørlykke3-0/+7
2011-06-28Export all tfs from tfs.hJakub Zawadzki1-0/+11
2011-06-28From bug 6057:Stig Bjørlykke1-3/+3
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke48-284/+157
2011-06-28Use the filter argument as the capture filter for all interfaces.Michael Tüxen1-2/+6
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs6-22/+30
2011-06-27Put variable under the correct #ifdef.Michael Tüxen1-2/+2
2011-06-27Fix the bug reported by Guy. NowMichael Tüxen2-6/+10
2011-06-27Update suite-clopts.sh to match dumpcap's error output. Add a commentGerald Combs2-1/+5
2011-06-27Report the correct interface when there is a problem with a capture filter.Michael Tüxen2-6/+14
2011-06-27Enable the cap_history again. It was temporary disabled a couple of hours ago.Michael Tüxen1-24/+14