| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Remove our local strerror implementation.
Mark strerror as locale unsafe API.
This fixes bug 5715.
svn path=/trunk/; revision=37812
|
|
|
|
|
|
|
| |
Signal an error if another capture filter is provided using the
-f option.
svn path=/trunk/; revision=37811
|
|
|
|
|
|
| |
on 64-bit Windows.
svn path=/trunk/; revision=37808
|
|
|
|
| |
svn path=/trunk/; revision=37807
|
|
|
|
|
|
|
|
| |
tshark -i en0 icmpp
returns a correct error message.
svn path=/trunk/; revision=37806
|
|
|
|
|
|
| |
to dumpcap.c about keeping the errors synced.
svn path=/trunk/; revision=37805
|
|
|
|
|
|
| |
This patch is from Irene Ruengeler.
svn path=/trunk/; revision=37804
|
|
|
|
| |
svn path=/trunk/; revision=37803
|
|
|
|
|
|
| |
description.
svn path=/trunk/; revision=37802
|
|
|
|
|
|
| |
Lua API: add support to temporary color filters (10 color slots)
svn path=/trunk/; revision=37801
|
|
|
|
| |
svn path=/trunk/; revision=37800
|
|
|
|
|
|
| |
reporting an error.
svn path=/trunk/; revision=37799
|
|
|
|
| |
svn path=/trunk/; revision=37797
|
|
|
|
| |
svn path=/trunk/; revision=37796
|
|
|
|
|
|
| |
The capability history needs to be fixed.
svn path=/trunk/; revision=37795
|
|
|
|
|
|
|
| |
specifc. This finalizes the change of the infrastructure.
This patch is based on work by Irene Ruengeler.
svn path=/trunk/; revision=37794
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=37789
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This fixes bug 5569.
svn path=/trunk/; revision=37787
|
|
|
|
|
|
|
|
| |
the "default".
This fixes bug 5896.
svn path=/trunk/; revision=37786
|
|
|
|
|
|
| |
Added argument validation to Pref.range.
svn path=/trunk/; revision=37785
|
|
|
|
|
|
| |
Add sanity checks in range.c
svn path=/trunk/; revision=37784
|
|
|
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
| |
svn path=/trunk/; revision=37782
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=37780
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
likely to add it back to wireshark-win32-libs and it was never available
in wireshark-win64-libs.
svn path=/trunk/; revision=37778
|
|
|
|
|
|
|
| |
Added support new multicore header in the LINX Ethernet protocol.
Added linx/tcp.
svn path=/trunk/; revision=37777
|
|
|
|
|
|
| |
Patch to show GOST certificate types in CertificateRequest message.
svn path=/trunk/; revision=37776
|
|
|
|
|
|
| |
Patch to TLS dissector to show GOST ciphesuites names.
svn path=/trunk/; revision=37775
|
|
|
|
| |
svn path=/trunk/; revision=37774
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=37772
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Put the "Filter" back in statistics dialogs, which was removed in r37559.
svn path=/trunk/; revision=37770
|
|
|
|
|
|
| |
Close file handle after usage.
svn path=/trunk/; revision=37769
|
|
|
|
| |
svn path=/trunk/; revision=37768
|
|
|
|
| |
svn path=/trunk/; revision=37767
|
|
|
|
| |
svn path=/trunk/; revision=37766
|
|
|
|
| |
svn path=/trunk/; revision=37765
|
|
|
|
| |
svn path=/trunk/; revision=37764
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This may fix bug 5734.
svn path=/trunk/; revision=37762
|
|
|
|
|
|
|
|
| |
Documentation is generated from code.
This fixes bug 5199.
svn path=/trunk/; revision=37761
|
|
|
|
|
|
|
|
| |
Documentation is generated from code.
This fixes bug 5006.
svn path=/trunk/; revision=37760
|
|
|
|
| |
svn path=/trunk/; revision=37759
|
|
|
|
|
|
| |
Also: misc minor cleanup: unneeded #include; whitespace, tvb_length-->tvb_reported_length
svn path=/trunk/; revision=37757
|
|
|
|
|
|
| |
This fixes bug 6028.
svn path=/trunk/; revision=37756
|