aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-06-28Replace all strerror() with g_strerror().Stig Bjørlykke48-284/+157
Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
2011-06-28Use the filter argument as the capture filter for all interfaces.Michael Tüxen1-2/+6
Signal an error if another capture filter is provided using the -f option. svn path=/trunk/; revision=37811
2011-06-27Use the latest libsmi package. Note that we now support OID resolutionGerald Combs6-22/+30
on 64-bit Windows. svn path=/trunk/; revision=37808
2011-06-27Put variable under the correct #ifdef.Michael Tüxen1-2/+2
svn path=/trunk/; revision=37807
2011-06-27Fix the bug reported by Guy. NowMichael Tüxen2-6/+10
tshark -i en0 icmpp returns a correct error message. svn path=/trunk/; revision=37806
2011-06-27Update suite-clopts.sh to match dumpcap's error output. Add a commentGerald Combs2-1/+5
to dumpcap.c about keeping the errors synced. svn path=/trunk/; revision=37805
2011-06-27Report the correct interface when there is a problem with a capture filter.Michael Tüxen2-6/+14
This patch is from Irene Ruengeler. svn path=/trunk/; revision=37804
2011-06-27Enable the cap_history again. It was temporary disabled a couple of hours ago.Michael Tüxen1-24/+14
svn path=/trunk/; revision=37803
2011-06-27Improve the report of illegal capture filters. Also show the interface ↵Michael Tüxen3-21/+30
description. svn path=/trunk/; revision=37802
2011-06-27From bug 6057:Stig Bjørlykke4-3/+29
Lua API: add support to temporary color filters (10 color slots) svn path=/trunk/; revision=37801
2011-06-27List cygwin 'zip' as a needed tool to build the U3 package.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=37800
2011-06-27Use the interface description instead of the interface name whenMichael Tüxen1-2/+2
reporting an error. svn path=/trunk/; revision=37799
2011-06-27Remove compile and ylwrap when 'make maintainer-clean'.Stig Bjørlykke1-1/+3
svn path=/trunk/; revision=37797
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke2-0/+5
svn path=/trunk/; revision=37796
2011-06-27Fix a bug when starting the capture without specifying an interface.Michael Tüxen1-20/+36
The capability history needs to be fixed. svn path=/trunk/; revision=37795
2011-06-27Get rid of old non-interface specific settings which are now interfaceMichael Tüxen15-471/+446
specifc. This finalizes the change of the infrastructure. This patch is based on work by Irene Ruengeler. svn path=/trunk/; revision=37794
2011-06-26Changed adding a new coloring rule to put the new rule at the top of the list.Stig Bjørlykke1-10/+18
This because the user most likely wants to use the new rule right away, and do not want to think about which filters it should be above. This was requested in bug 5669. svn path=/trunk/; revision=37793
2011-06-26[Automatic manuf, services and enterprise-numbers update for 2011-06-26]Gerald Combs2-5/+240
svn path=/trunk/; revision=37789
2011-06-25From Tony Trinh via bug 6018:Stig Bjørlykke1-18/+65
Add NULL checks and fix typos in Lua error print-outs From me: Use the error message "GUI not available" when using GUI functions in tshark. svn path=/trunk/; revision=37788
2011-06-25Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke1-0/+20
This fixes bug 5569. svn path=/trunk/; revision=37787
2011-06-25Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke1-4/+3
the "default". This fixes bug 5896. svn path=/trunk/; revision=37786
2011-06-25From Tony Trinh via bug 5894:Stig Bjørlykke1-1/+1
Added argument validation to Pref.range. svn path=/trunk/; revision=37785
2011-06-25From Tony Trinh via bug 5895:Stig Bjørlykke1-12/+23
Add sanity checks in range.c svn path=/trunk/; revision=37784
2011-06-25Make guy's fix in revision 37236 actually work:Stig Bjørlykke1-1/+1
"You cannot just make the "len" field of a GByteArray larger, if there's no data to back that length; you can only make it smaller." Two equal values are always equal! This fixes bug 5941. svn path=/trunk/; revision=37783
2011-06-24Update the dissector_add call to use the current API.Jaap Keuter1-1/+1
svn path=/trunk/; revision=37782
2011-06-24From Peter Nahas:Jaap Keuter1-1/+114
This patch adds support for the two-way Sythetic Loss Measurement opcodes (SLM & SLR) defined in the latest ITU-T Y.1731. svn path=/trunk/; revision=37781
2011-06-24Print the filter string, if one was specified, just like Wireshark does.Chris Maynard1-1/+1
svn path=/trunk/; revision=37780
2011-06-24Make Wireshark portable to all locales by calling setlocale(). This, along ↵Chris Maynard1-0/+3
with my previous commits in revisions 36160 and 36166 ought to fix the problem that Bartosz Kiziukiewicz first reported on the wireshark-users mailing list here: http://www.wireshark.org/lists/wireshark-users/201103/msg00018.html (I successfully generated Wireshark compare statistics after applying this change and also changing my locale to Polish.) svn path=/trunk/; revision=37779
2011-06-23Remove old PCRE references from the Windows build environment. We're notGerald Combs5-69/+6
likely to add it back to wireshark-win32-libs and it was never available in wireshark-win64-libs. svn path=/trunk/; revision=37778
2011-06-23From Dejan Bucar:Jaap Keuter2-39/+349
Added support new multicore header in the LINX Ethernet protocol. Added linx/tcp. svn path=/trunk/; revision=37777
2011-06-23From Andrey Kulikov:Jaap Keuter1-0/+5
Patch to show GOST certificate types in CertificateRequest message. svn path=/trunk/; revision=37776
2011-06-23From Andrey Kulikov:Jaap Keuter1-0/+5
Patch to TLS dissector to show GOST ciphesuites names. svn path=/trunk/; revision=37775
2011-06-23Add a check for TShark's return status.Gerald Combs1-0/+6
svn path=/trunk/; revision=37774
2011-06-23Add pcap_options to the pcap_queue elements. This lets us keep interfaceGerald Combs1-20/+18
IDs in one place and fixes a bug which resulted in only writing interface ID 0 to NG enhanced packet blocks. svn path=/trunk/; revision=37773
2011-06-23Whitespace cleanup ...Bill Meier1-393/+393
svn path=/trunk/; revision=37772
2011-06-23From Ivan Lawrow: GTS Descriptor count is a 3 bit field;Bill Meier1-1/+1
The IEEE 802.15.4 GTS descriptor count is a 3-bit field (see page 144 of attached spec). The mask for this field is incorrectly defined as a 2-bit field in epan/dissectors/packet-ieee802154.h line 74: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6055 svn path=/trunk/; revision=37771
2011-06-23Code from Jakub:Stig Bjørlykke1-0/+5
Put the "Filter" back in statistics dialogs, which was removed in r37559. svn path=/trunk/; revision=37770
2011-06-23Use ws_open/ws_read to avoid prohibited APIs.Stig Bjørlykke1-2/+4
Close file handle after usage. svn path=/trunk/; revision=37769
2011-06-23Prohibited APIs: strncpy -> g_strlcpy.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=37768
2011-06-23Added missing $Id$Stig Bjørlykke1-0/+2
svn path=/trunk/; revision=37767
2011-06-23Fix some of the GTK deprecated functions.Anders Broman1-4/+67
svn path=/trunk/; revision=37766
2011-06-23Add GDK deprecated functions.Anders Broman1-86/+336
svn path=/trunk/; revision=37765
2011-06-23Add a protocol decode.Anders Broman1-0/+5
svn path=/trunk/; revision=37764
2011-06-23From Tony Trinh via bug 5960:Stig Bjørlykke1-1/+1
Fix TvbRange:string() so that it returns a string that contains all bytes of the range, including zeroes (instead of being truncated at first zero). svn path=/trunk/; revision=37763
2011-06-23Use guint32 internally to store mask.Stig Bjørlykke1-1/+1
This may fix bug 5734. svn path=/trunk/; revision=37762
2011-06-23Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.Stig Bjørlykke1-7/+6
Documentation is generated from code. This fixes bug 5199. svn path=/trunk/; revision=37761
2011-06-23Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.Stig Bjørlykke1-2/+2
Documentation is generated from code. This fixes bug 5006. svn path=/trunk/; revision=37760
2011-06-23Remove not needed forward declaration.Jakub Zawadzki1-3/+0
svn path=/trunk/; revision=37759
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier7-3328/+3312
Also: misc minor cleanup: unneeded #include; whitespace, tvb_length-->tvb_reported_length svn path=/trunk/; revision=37757
2011-06-22Don't assert on invalid custom columns, just set as invalid/unknown.Stig Bjørlykke1-2/+1
This fixes bug 6028. svn path=/trunk/; revision=37756