aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace all strerror() with g_strerror().Stig Bjørlykke2011-06-2848-284/+157
| | | | | | | | | Remove our local strerror implementation. Mark strerror as locale unsafe API. This fixes bug 5715. svn path=/trunk/; revision=37812
* Use the filter argument as the capture filter for all interfaces.Michael Tüxen2011-06-281-2/+6
| | | | | | | Signal an error if another capture filter is provided using the -f option. svn path=/trunk/; revision=37811
* Use the latest libsmi package. Note that we now support OID resolutionGerald Combs2011-06-276-22/+30
| | | | | | on 64-bit Windows. svn path=/trunk/; revision=37808
* Put variable under the correct #ifdef.Michael Tüxen2011-06-271-2/+2
| | | | svn path=/trunk/; revision=37807
* Fix the bug reported by Guy. NowMichael Tüxen2011-06-272-6/+10
| | | | | | | | tshark -i en0 icmpp returns a correct error message. svn path=/trunk/; revision=37806
* Update suite-clopts.sh to match dumpcap's error output. Add a commentGerald Combs2011-06-272-1/+5
| | | | | | to dumpcap.c about keeping the errors synced. svn path=/trunk/; revision=37805
* Report the correct interface when there is a problem with a capture filter.Michael Tüxen2011-06-272-6/+14
| | | | | | This patch is from Irene Ruengeler. svn path=/trunk/; revision=37804
* Enable the cap_history again. It was temporary disabled a couple of hours ago.Michael Tüxen2011-06-271-24/+14
| | | | svn path=/trunk/; revision=37803
* Improve the report of illegal capture filters. Also show the interface ↵Michael Tüxen2011-06-273-21/+30
| | | | | | description. svn path=/trunk/; revision=37802
* From bug 6057:Stig Bjørlykke2011-06-274-3/+29
| | | | | | Lua API: add support to temporary color filters (10 color slots) svn path=/trunk/; revision=37801
* List cygwin 'zip' as a needed tool to build the U3 package.Stig Bjørlykke2011-06-271-0/+3
| | | | svn path=/trunk/; revision=37800
* Use the interface description instead of the interface name whenMichael Tüxen2011-06-271-2/+2
| | | | | | reporting an error. svn path=/trunk/; revision=37799
* Remove compile and ylwrap when 'make maintainer-clean'.Stig Bjørlykke2011-06-271-1/+3
| | | | svn path=/trunk/; revision=37797
* Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke2011-06-272-0/+5
| | | | svn path=/trunk/; revision=37796
* Fix a bug when starting the capture without specifying an interface.Michael Tüxen2011-06-271-20/+36
| | | | | | The capability history needs to be fixed. svn path=/trunk/; revision=37795
* Get rid of old non-interface specific settings which are now interfaceMichael Tüxen2011-06-2715-471/+446
| | | | | | | specifc. This finalizes the change of the infrastructure. This patch is based on work by Irene Ruengeler. svn path=/trunk/; revision=37794
* Changed adding a new coloring rule to put the new rule at the top of the list.Stig Bjørlykke2011-06-261-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
* [Automatic manuf, services and enterprise-numbers update for 2011-06-26]Gerald Combs2011-06-262-5/+240
| | | | svn path=/trunk/; revision=37789
* From Tony Trinh via bug 6018:Stig Bjørlykke2011-06-251-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
* Added check for invalid chars in abbrev in ProtoField functions.Stig Bjørlykke2011-06-251-0/+20
| | | | | | This fixes bug 5569. svn path=/trunk/; revision=37787
* Remove "range" from Lua's Pref.range(), as this value shall be fetched from Stig Bjørlykke2011-06-251-4/+3
| | | | | | | | the "default". This fixes bug 5896. svn path=/trunk/; revision=37786
* From Tony Trinh via bug 5894:Stig Bjørlykke2011-06-251-1/+1
| | | | | | Added argument validation to Pref.range. svn path=/trunk/; revision=37785
* From Tony Trinh via bug 5895:Stig Bjørlykke2011-06-251-12/+23
| | | | | | Add sanity checks in range.c svn path=/trunk/; revision=37784
* Make guy's fix in revision 37236 actually work:Stig Bjørlykke2011-06-251-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
* Update the dissector_add call to use the current API.Jaap Keuter2011-06-241-1/+1
| | | | svn path=/trunk/; revision=37782
* From Peter Nahas:Jaap Keuter2011-06-241-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
* Print the filter string, if one was specified, just like Wireshark does.Chris Maynard2011-06-241-1/+1
| | | | svn path=/trunk/; revision=37780
* Make Wireshark portable to all locales by calling setlocale(). This, along ↵Chris Maynard2011-06-241-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
* Remove old PCRE references from the Windows build environment. We're notGerald Combs2011-06-235-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
* From Dejan Bucar:Jaap Keuter2011-06-232-39/+349
| | | | | | | Added support new multicore header in the LINX Ethernet protocol. Added linx/tcp. svn path=/trunk/; revision=37777
* From Andrey Kulikov:Jaap Keuter2011-06-231-0/+5
| | | | | | Patch to show GOST certificate types in CertificateRequest message. svn path=/trunk/; revision=37776
* From Andrey Kulikov:Jaap Keuter2011-06-231-0/+5
| | | | | | Patch to TLS dissector to show GOST ciphesuites names. svn path=/trunk/; revision=37775
* Add a check for TShark's return status.Gerald Combs2011-06-231-0/+6
| | | | svn path=/trunk/; revision=37774
* Add pcap_options to the pcap_queue elements. This lets us keep interfaceGerald Combs2011-06-231-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
* Whitespace cleanup ...Bill Meier2011-06-231-393/+393
| | | | svn path=/trunk/; revision=37772
* From Ivan Lawrow: GTS Descriptor count is a 3 bit field;Bill Meier2011-06-231-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
* Code from Jakub:Stig Bjørlykke2011-06-231-0/+5
| | | | | | Put the "Filter" back in statistics dialogs, which was removed in r37559. svn path=/trunk/; revision=37770
* Use ws_open/ws_read to avoid prohibited APIs.Stig Bjørlykke2011-06-231-2/+4
| | | | | | Close file handle after usage. svn path=/trunk/; revision=37769
* Prohibited APIs: strncpy -> g_strlcpy.Stig Bjørlykke2011-06-231-1/+1
| | | | svn path=/trunk/; revision=37768
* Added missing $Id$Stig Bjørlykke2011-06-231-0/+2
| | | | svn path=/trunk/; revision=37767
* Fix some of the GTK deprecated functions.Anders Broman2011-06-231-4/+67
| | | | svn path=/trunk/; revision=37766
* Add GDK deprecated functions.Anders Broman2011-06-231-86/+336
| | | | svn path=/trunk/; revision=37765
* Add a protocol decode.Anders Broman2011-06-231-0/+5
| | | | svn path=/trunk/; revision=37764
* From Tony Trinh via bug 5960:Stig Bjørlykke2011-06-231-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
* Use guint32 internally to store mask.Stig Bjørlykke2011-06-231-1/+1
| | | | | | This may fix bug 5734. svn path=/trunk/; revision=37762
* Rename Tvb_new_real to ByteArray_tvb, as it's a ByteArray function.Stig Bjørlykke2011-06-231-7/+6
| | | | | | | | Documentation is generated from code. This fixes bug 5199. svn path=/trunk/; revision=37761
* Rename Tvb_tvb to TvbRange_tvb, as it's a TvbRange function.Stig Bjørlykke2011-06-231-2/+2
| | | | | | | | Documentation is generated from code. This fixes bug 5006. svn path=/trunk/; revision=37760
* Remove not needed forward declaration.Jakub Zawadzki2011-06-231-3/+0
| | | | svn path=/trunk/; revision=37759
* Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier2011-06-227-3328/+3312
| | | | | | Also: misc minor cleanup: unneeded #include; whitespace, tvb_length-->tvb_reported_length svn path=/trunk/; revision=37757
* Don't assert on invalid custom columns, just set as invalid/unknown.Stig Bjørlykke2011-06-221-2/+1
| | | | | | This fixes bug 6028. svn path=/trunk/; revision=37756