aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...Michael Tüxen3-21/+30
2011-06-27From bug 6057:Stig Bjørlykke4-3/+29
2011-06-27List cygwin 'zip' as a needed tool to build the U3 package.Stig Bjørlykke1-0/+3
2011-06-27Use the interface description instead of the interface name whenMichael Tüxen1-2/+2
2011-06-27Remove compile and ylwrap when 'make maintainer-clean'.Stig Bjørlykke1-1/+3
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke2-0/+5
2011-06-27Fix a bug when starting the capture without specifying an interface.Michael Tüxen1-20/+36
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen15-471/+446
2011-06-26Changed adding a new coloring rule to put the new rule at the top of the list.Stig Bjørlykke1-10/+18
2011-06-26[Automatic manuf, services and enterprise-numbers update for 2011-06-26]Gerald Combs2-5/+240
2011-06-25From Tony Trinh via bug 6018:Stig Bjørlykke1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke1-4/+3
2011-06-25From Tony Trinh via bug 5894:Stig Bjørlykke1-1/+1
2011-06-25From Tony Trinh via bug 5895:Stig Bjørlykke1-12/+23
2011-06-25Make guy's fix in revision 37236 actually work:Stig Bjørlykke1-1/+1
2011-06-24Update the dissector_add call to use the current API.Jaap Keuter1-1/+1
2011-06-24From Peter Nahas:Jaap Keuter1-1/+114
2011-06-24Print the filter string, if one was specified, just like Wireshark does.Chris Maynard1-1/+1
2011-06-24Make Wireshark portable to all locales by calling setlocale(). This, along w...Chris Maynard1-0/+3
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs5-69/+6
2011-06-23From Dejan Bucar:Jaap Keuter2-39/+349