| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=45017
|
|
|
|
| |
svn path=/trunk/; revision=43538
|
|
|
|
| |
svn path=/trunk/; revision=39153
|
|
|
|
|
|
|
|
| |
This time keep the tvb routines in epan.
Now we can use common crc routines outside epan.
svn path=/trunk/; revision=38810
|
|
|
|
| |
svn path=/trunk/; revision=38803
|
|
|
|
|
|
| |
This way we can use the crc routines in wiretap.
svn path=/trunk/; revision=38800
|
|
|
|
|
|
|
|
|
|
|
| |
keys to have _uint in their names, to match the routines that handle
dissector tables with string keys. (Using _port can confuse people into
thinking they're intended solely for use with TCP/UDP/etc. ports when,
in fact, they work better for things such as Ethernet types, where the
binding of particular values to particular protocols are a lot
stronger.)
svn path=/trunk/; revision=35224
|
|
|
|
| |
svn path=/trunk/; revision=35126
|
|
|
|
|
|
|
|
|
|
| |
"representation" - we already use "representation" to refer to the text
representation of fields.
Change some routines with an endianness argument to make it a
representation argument instead;
svn path=/trunk/; revision=32929
|
|
|
|
|
|
|
|
| |
from which to choose; use that for protocol fields in some protocols
(modify the CORBA generator to use it, and manually update the generated
CORBA dissectors accordingly).
svn path=/trunk/; revision=32777
|
|
|
|
|
|
|
|
|
| |
proto_tree_add_item(), use the new REP_BIG_ENDIAN and REP_LITTLE_ENDIAN
values.
Use those #defines in variables that represent the byte order, as well.
svn path=/trunk/; revision=32776
|
|
|
|
|
|
| |
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984
svn path=/trunk/; revision=29726
|
|
|
|
| |
svn path=/trunk/; revision=29499
|
|
|
|
| |
svn path=/trunk/; revision=29446
|
|
|
|
| |
svn path=/trunk/; revision=29342
|
|
|
|
| |
svn path=/trunk/; revision=29340
|
|
|
|
|
|
|
|
| |
Also: whiule we're at it:
- fix hf[] blurbs as appropriate to use NULL;
- fix some indentation
svn path=/trunk/; revision=27890
|
|
|
|
|
|
|
|
| |
- 'once-only' not req'd in some cases
- use find_dissector as appropriate
- remove unneeded code
svn path=/trunk/; revision=26284
|
|
|
|
|
|
|
| |
same as it would be for a LSSU of length 1 (see Q.703/11.1.2). Since the
second octet is undefined just display it was a hex FT_UINT8.
svn path=/trunk/; revision=26230
|
|
|
|
|
|
| |
description (and don't tell the user it's an LSSU, they already know that). Also, there is no such thing as a SIBO, it's a SIB.
svn path=/trunk/; revision=23278
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a replacement of the existing decoding of ERF files (Extensible Record
Format from Endace).
For the decoding of the ERF files, according to the "type of record" given in
the ERF header, several decoders can be used. Up to now, the decoder is
determined according to an environment variable, or with a kind of heuristic.
And, all the treatment is done during the file extraction.
The new architecture, will separate the ERF file decoding, and the ERF record
decoding. The ERF records will be decoded with a specific dissector. This
dissector can be configured with options, to replace the environment variable.
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1839
svn path=/trunk/; revision=23092
|
|
|
|
|
|
| |
Add status value to LSSU info column.
svn path=/trunk/; revision=22775
|
|
|
|
| |
svn path=/trunk/; revision=18196
|
|
|
|
|
|
|
|
| |
indicating the direction, narrowband/broadband, and interface number.
- Add support to display the direction and interface number.
- Add support to packet-mtp2.c to use the broadband/narrowband indication.
svn path=/trunk/; revision=14265
|
|
|
|
| |
svn path=/trunk/; revision=13042
|
|
Also move ncp222.py, x11-fields, process-x11-fields.pl,
make-reg-dotc, and make-reg-dotc.py.
Adjust #include lines in files that include packet-*.h
files.
svn path=/trunk/; revision=11410
|