aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-27Fix the bug reported by Guy. Nowtuexen2-6/+10
2011-06-27Update suite-clopts.sh to match dumpcap's error output. Add a commentgerald2-1/+5
2011-06-27Report the correct interface when there is a problem with a capture filter.tuexen2-6/+14
2011-06-27Enable the cap_history again. It was temporary disabled a couple of hours ago.tuexen1-24/+14
2011-06-27Improve the report of illegal capture filters. Also show the interface descri...tuexen3-21/+30
2011-06-27From bug 6057:stig4-3/+29
2011-06-27List cygwin 'zip' as a needed tool to build the U3 package.stig1-0/+3
2011-06-27Use the interface description instead of the interface name whentuexen1-2/+2
2011-06-27Remove .cvsignore from svn:ignore.stig0-0/+0
2011-06-27Remove compile and ylwrap when 'make maintainer-clean'.stig1-1/+3
2011-06-27Remove Makefile.in when 'make maintainer-clean'.stig2-0/+5
2011-06-27Fix a bug when starting the capture without specifying an interface.tuexen1-20/+36
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen15-471/+446
2011-06-26Changed adding a new coloring rule to put the new rule at the top of the list.stig1-10/+18
2011-06-26[Automatic manuf, services and enterprise-numbers update for 2011-06-26]gerald2-5/+240
2011-06-25From Tony Trinh via bug 6018:stig1-18/+65
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.stig1-0/+20
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from stig1-4/+3
2011-06-25From Tony Trinh via bug 5894:stig1-1/+1
2011-06-25From Tony Trinh via bug 5895:stig1-12/+23
2011-06-25Make guy's fix in revision 37236 actually work:stig1-1/+1
2011-06-24Update the dissector_add call to use the current API.jake1-1/+1
2011-06-24From Peter Nahas:jake1-1/+114
2011-06-24Print the filter string, if one was specified, just like Wireshark does.cmaynard1-1/+1
2011-06-24Make Wireshark portable to all locales by calling setlocale(). This, along w...cmaynard1-0/+3
2011-06-23Remove old PCRE references from the Windows build environment. We're notgerald5-69/+6
2011-06-23From Dejan Bucar:jake2-39/+349
2011-06-23From Andrey Kulikov:jake1-0/+5
2011-06-23From Andrey Kulikov:jake1-0/+5
2011-06-23Add a check for TShark's return status.gerald1-0/+6
2011-06-23Add pcap_options to the pcap_queue elements. This lets us keep interfacegerald1-20/+18
2011-06-23Whitespace cleanup ...wmeier1-393/+393
2011-06-23From Ivan Lawrow: GTS Descriptor count is a 3 bit field;wmeier1-1/+1
2011-06-23Code from Jakub:stig1-0/+5
2011-06-23Use ws_open/ws_read to avoid prohibited APIs.stig1-2/+4
2011-06-23Prohibited APIs: strncpy -> g_strlcpy.stig1-1/+1
2011-06-23Added missing $Id$stig1-0/+2
2011-06-23Fix some of the GTK deprecated functions.etxrab1-4/+67
2011-06-23Add GDK deprecated functions.etxrab1-86/+336
2011-06-23Add a protocol decode.etxrab1-0/+5
2011-06-23From Tony Trinh via bug 5960:stig1-1/+1
2011-06-23Use guint32 internally to store mask.stig1-1/+1
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.stig1-7/+6
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.stig1-2/+2
2011-06-23Remove not needed forward declaration.darkjames1-3/+0
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier7-3328/+3312
2011-06-22Don't assert on invalid custom columns, just set as invalid/unknown.stig1-2/+1
2011-06-22From Xiao Xiangquan: A new dissector for Vuze DHT;wmeier4-0/+1476
2011-06-22tvb_format_text → tvb_format_stringzpad.gerald4-5/+5
2011-06-22Use ENC_BIG_ENDIAN.etxrab1-10/+10