| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Fix copy&paste error + add support for proto_tree_add_bits API
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4413
svn path=/trunk/; revision=32634
|
|
|
|
|
|
|
| |
patch for ip.flags (using proto_tree_add_bits_item).
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4413
svn path=/trunk/; revision=32633
|
|
|
|
| |
svn path=/trunk/; revision=32630
|
|
|
|
| |
svn path=/trunk/; revision=32629
|
|
|
|
| |
svn path=/trunk/; revision=32628
|
|
|
|
|
|
|
|
|
|
| |
The function "dissect_v9_pdu" of "epan/dissectors/packet-netflow.c" decodes
NetFlow v9 packets and IPFIX packets with same logic. But, the "scope field" is
different between NetFlow v9 and IPFIX. NetFlow v9 has only 5 kind of scopes.
On the other hand, many Information Elements can be used as scope fields in
IPFIX packets.
svn path=/trunk/; revision=32627
|
|
|
|
|
|
| |
Don't type prune the data_ptr pointer for UAT.
svn path=/trunk/; revision=32626
|
|
|
|
| |
svn path=/trunk/; revision=32625
|
|
|
|
| |
svn path=/trunk/; revision=32624
|
|
|
|
| |
svn path=/trunk/; revision=32623
|
|
|
|
| |
svn path=/trunk/; revision=32622
|
|
|
|
|
|
|
| |
edit window when an item is double-clicked. Add a couple of convenience
routines to gui_utils.c.
svn path=/trunk/; revision=32621
|
|
|
|
|
|
| |
obvious. It may make sense to put the check back in once the bug (tracked via 4698) is fixed.
svn path=/trunk/; revision=32620
|
|
|
|
|
|
|
|
| |
epan/dfilter/scanner.l.
(The common code should be in a utility routine.)
svn path=/trunk/; revision=32619
|
|
|
|
| |
svn path=/trunk/; revision=32618
|
|
|
|
| |
svn path=/trunk/; revision=32617
|
|
|
|
|
|
|
|
|
|
|
|
| |
The change put in with rev 11382 meant that, on 64-bit systems, we could not
parse negative numbers into integers (since -1 taken as an unsigned 64-bit
number is (significantly) larger than G_MAX_UINT32).
To fix this, split the val_from_unparsed() routine for integers into two
routines: one for signed and one for unsigned; each routine can then do the
appropriate "is this bigger than what fits in a *32?" test.
svn path=/trunk/; revision=32616
|
|
|
|
|
|
| |
dissectors. Fixes bug 4732.
svn path=/trunk/; revision=32615
|
|
|
|
|
|
|
|
| |
cl.exe is not in path"
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1292
svn path=/trunk/; revision=32614
|
|
|
|
| |
svn path=/trunk/; revision=32613
|
|
|
|
| |
svn path=/trunk/; revision=32612
|
|
|
|
| |
svn path=/trunk/; revision=32611
|
|
|
|
|
|
|
|
|
| |
into the protocol tree.
Put the cases for various Radiotap data items into numerical order by
the bit number.
svn path=/trunk/; revision=32610
|
|
|
|
|
|
| |
destination address columns. Don't clobber it in the new packet list.
svn path=/trunk/; revision=32609
|
|
|
|
|
|
| |
4725 and 4728.
svn path=/trunk/; revision=32608
|
|
|
|
| |
svn path=/trunk/; revision=32607
|
|
|
|
|
|
|
| |
Dissection of BSSMAP IEs: Old BSS to New BSS Info and New BSS to Old BSS Info
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4712
svn path=/trunk/; revision=32606
|
|
|
|
| |
svn path=/trunk/; revision=32605
|
|
|
|
| |
svn path=/trunk/; revision=32604
|
|
|
|
|
|
|
|
| |
Make a function that checks if the user is running as root or if npf.sys isn't
loaded (on Windows) and call it *after* showing the main window so that the
popup (if any) shows up above the main window.
svn path=/trunk/; revision=32603
|
|
|
|
| |
svn path=/trunk/; revision=32602
|
|
|
|
| |
svn path=/trunk/; revision=32601
|
|
|
|
| |
svn path=/trunk/; revision=32600
|
|
|
|
|
|
| |
b) matches what tvb_new_child_real_data() wants for its 2nd argument. This cleans up a warning from the Sun compiler.
svn path=/trunk/; revision=32599
|
|
|
|
|
|
| |
b) matches what tvb_new_child_real_data() wants for its 2nd argument. This cleans up a warning from the Sun compiler.
svn path=/trunk/; revision=32598
|
|
|
|
| |
svn path=/trunk/; revision=32597
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4726 :
If "Help -> About Wireshark" is selected from Wireshark's main menu an error
message pops up:
Could not open file "<DevelopmentPath>\Wireshark_Source\wireshark-gtk2\COPYING":
No such file or directory
The attached patch handles this situation by looking for COPYING.txt instead of
COPYING on windows systems.
svn path=/trunk/; revision=32596
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
redirect
initiators to a different host/port and thus often redirect to non-3260.
The heuristics to detect iscsi is quite weak since there is very little
in the average iscsi header that can be used to semi-reliably identify
something as iscsi and not random data/something else.
As such, the heuristics also use/rely on the port being 3260 in order
to reduce the otherwise massive numbver of false positives that would arise.
Add decoding of the text key/value pairs and trigger on TargetAddress.
This field would describe a address/port where we can quite reliably
assume that this traffic is indeed iscsi and not something else.
When seeing the iscsi redirect/TargetAddress, use this as a signalling hint
and register a conversation dissector for TCP to that address/port so that
any future packet to/from this port is sent to the iscsi dissector.
If the signalling/redirect is not in the capture, wireshark will not detect
the traffic as iscsi and the user will have to use DecodeAs. and manually
\set it to iscsi.
svn path=/trunk/; revision=32595
|
|
|
|
| |
svn path=/trunk/; revision=32594
|
|
|
|
|
|
|
|
|
|
| |
This avoids this error:
(lt-wireshark:16779): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed
before the main window has been drawn if you've got a personal hosts file.
svn path=/trunk/; revision=32593
|
|
|
|
| |
svn path=/trunk/; revision=32592
|
|
|
|
| |
svn path=/trunk/; revision=32591
|
|
|
|
|
|
| |
Altho no tabs use tab-width=8 anyway.
svn path=/trunk/; revision=32590
|
|
|
|
| |
svn path=/trunk/; revision=32589
|
|
|
|
|
|
| |
Also: use consistent indentation & remove any trailing blanks.
svn path=/trunk/; revision=32588
|
|
|
|
| |
svn path=/trunk/; revision=32587
|
|
|
|
|
|
| |
Also: use consistent indentation.
svn path=/trunk/; revision=32586
|
|
|
|
|
|
| |
Set the sequence number for the next PDU if the current frame contains both the finish of the previous and the complete next one.
svn path=/trunk/; revision=32585
|
|
|
|
|
|
| |
- use Glibc:s highly optimized memchr()
svn path=/trunk/; revision=32584
|
|
|
|
|
|
| |
- optimize guint8_pbrk().
svn path=/trunk/; revision=32583
|