| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=30728
|
|
|
|
|
|
|
|
|
|
|
|
| |
RSVP extensions for G.709 Optical Transport Networks Control, RFC 4328
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4148
With some changes from me:
-(readme.developer:" Furthermore, 'display' field must be ORed with 'BASE_RANGE_STRING' (e.g. BASE_DEC|BASE_RANGE_STRING)."
- Prefix headerfields with hf_
- Remove check_col
svn path=/trunk/; revision=30727
|
|
|
|
|
|
|
|
| |
Minor changes to dissector packet-bacapp.c to solve some strange
views to ReadPropertyMultiple-Acknowledge frames.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4161
svn path=/trunk/; revision=30726
|
|
|
|
|
|
| |
Don't duplicate empty string in col_text
svn path=/trunk/; revision=30725
|
|
|
|
| |
svn path=/trunk/; revision=30724
|
|
|
|
| |
svn path=/trunk/; revision=30723
|
|
|
|
|
|
|
|
|
| |
more than just dumping, indicate what stuff is used for dumping, and
note that it probably shouldn't be used for that (one should not have to
have a Catapult 2000 input file in order to write a Catapult 2000 output
file).
svn path=/trunk/; revision=30719
|
|
|
|
| |
svn path=/trunk/; revision=30717
|
|
|
|
|
|
| |
oob LTE MAC messages. Scanning them is probably quite slow.
svn path=/trunk/; revision=30713
|
|
|
|
| |
svn path=/trunk/; revision=30712
|
|
|
|
| |
svn path=/trunk/; revision=30711
|
|
|
|
| |
svn path=/trunk/; revision=30710
|
|
|
|
|
|
| |
length.
svn path=/trunk/; revision=30709
|
|
|
|
|
|
|
|
| |
file_externals instead.
Thanks Guy for helping to simplify this file!
svn path=/trunk/; revision=30708
|
|
|
|
|
|
|
|
|
|
|
| |
threads reading from two different wtap_t's in different threads.
file_externals_table considered unnecessary - a wtap_t has a member
specifically intended to point to private data.
Clean up indentation.
svn path=/trunk/; revision=30707
|
|
|
|
| |
svn path=/trunk/; revision=30706
|
|
|
|
|
|
| |
the same name.
svn path=/trunk/; revision=30705
|
|
|
|
| |
svn path=/trunk/; revision=30704
|
|
|
|
|
|
|
|
| |
This patch fixes the display filter for the prefix length of IPv6 external
route updates and the length calculation of the destination address in
IPv6 route updates.
svn path=/trunk/; revision=30703
|
|
|
|
|
|
| |
Fix memleaks while creating kademlia hash.
svn path=/trunk/; revision=30702
|
|
|
|
|
|
| |
Error: Found prohibited APIs in catapult_dct2000.c: sprintf,strcpy
svn path=/trunk/; revision=30701
|
|
|
|
| |
svn path=/trunk/; revision=30700
|
|
|
|
| |
svn path=/trunk/; revision=30699
|
|
|
|
|
|
|
|
|
|
| |
This patch limits the number of fractional digits used to calculate the
fractional component of editcap's -t and -w options.
Specifically this patch truncates the fractional component (if any) of the -t
and -w options to 6 and 9 respectively.
svn path=/trunk/; revision=30698
|
|
|
|
|
|
| |
This fixes bug 3113.
svn path=/trunk/; revision=30697
|
|
|
|
| |
svn path=/trunk/; revision=30696
|
|
|
|
| |
svn path=/trunk/; revision=30695
|
|
|
|
| |
svn path=/trunk/; revision=30692
|
|
|
|
|
|
|
| |
Cleanup dissector code - use proper memory functions.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4164
svn path=/trunk/; revision=30691
|
|
|
|
|
|
| |
Add support for input URBs.
svn path=/trunk/; revision=30690
|
|
|
|
| |
svn path=/trunk/; revision=30689
|
|
|
|
|
|
|
| |
DTAP: MAP component of indefinite length within Facility IE
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4157
svn path=/trunk/; revision=30688
|
|
|
|
| |
svn path=/trunk/; revision=30687
|
|
|
|
|
|
| |
Made check_ndmp_rm() and check_ndmp_hdr() static.
svn path=/trunk/; revision=30686
|
|
|
|
|
|
| |
Don't call strcmp() when pointers are the same.
svn path=/trunk/; revision=30685
|
|
|
|
|
|
|
|
|
|
|
| |
Add the missing ndmp v4 messages, namely the:
NDMP_CONFIG_GET_EXT_LIST
NDMP_CONFIG_SET_EXT_LIST
This may serve as the 1st step into actual extensions (Snapvault etc)
dissector implementation.
svn path=/trunk/; revision=30684
|
|
|
|
| |
svn path=/trunk/; revision=30683
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The primary header in bundle protocol contains some offset values(destination
scheme offset, destination ssp offset, source scheme offset, source ssp offset,
etc). These are the offsets within the dictionary if the length of the
dictionary length is greater than 0. But if the dictionary length is 0, then
these offset refer to node number and service number respectively(according to
compressed bundle header encoding). For example if destination scheme offset is
2 and the destination ssp offset is 1, then the destination
EID(<node_number>.<service_number>) is 2.1.
Currently the dtn dissector will consider these offsets to be actual offsets in
the dictionary even if the dictionary length is 0. So the values for the
EID's(destination, source, report, custodian) and their schemes are junk
values. For example if the destination scheme offset is 2 and the destination
ssp offset is 1 and the dictionary length is 0(which means the dictionary is
empty), then the destination scheme is 2 bytes after the beginning of the
metadata block(field after dictionary) and destination is 1 byte after the
beginning of the metadata block.
svn path=/trunk/; revision=30682
|
|
|
|
| |
svn path=/trunk/; revision=30681
|
|
|
|
| |
svn path=/trunk/; revision=30680
|
|
|
|
| |
svn path=/trunk/; revision=30676
|
|
|
|
|
|
| |
List loaded lua scripts in Help->About->Plugins.
svn path=/trunk/; revision=30675
|
|
|
|
| |
svn path=/trunk/; revision=30674
|
|
|
|
|
|
|
|
|
|
|
|
| |
display_metadata_block() return 0 (meaning they failed to decode something and
the offset was not incremented) rather than checking if the resulting offset
is 0.
This fixes the infinite loop reported in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4156
svn path=/trunk/; revision=30672
|
|
|
|
|
|
| |
src, int len);
svn path=/trunk/; revision=30671
|
|
|
|
|
|
|
|
| |
DTAP: Decoding of subaddress information.
sligtly modified.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4150
svn path=/trunk/; revision=30670
|
|
|
|
| |
svn path=/trunk/; revision=30669
|
|
|
|
| |
svn path=/trunk/; revision=30668
|
|
|
|
|
|
|
|
| |
Do not make dialog windows transient to the Wireshark top level window on
WIN32, since this causes some strange behaviour on Windows.
See http://www.wireshark.org/lists/wireshark-dev/200909/msg00184.html
svn path=/trunk/; revision=30667
|
|
|
|
| |
svn path=/trunk/; revision=30666
|