| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
<psailor@uswest.net>
svn path=/trunk/; revision=3617
|
|
|
|
|
|
|
| |
"header_field_info" structure, including the ones that are later set by
the routines to register fields.
svn path=/trunk/; revision=3561
|
|
|
|
|
|
| |
members, from Joerg Mayer.
svn path=/trunk/; revision=3501
|
|
|
|
| |
svn path=/trunk/; revision=2456
|
|
|
|
|
|
| |
offsets. Bug found by Marcel Cox <marcel.cox@myrealbox.com>
svn path=/trunk/; revision=2389
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove tvb_get_stringz from quake dissector and add tvb_get_nstringz,
tvb_get_nstringz0, and tvb_strnlen to tvbuff.c.
Remove multiple definitions of pntohl and friends from various places
(except for wiretap) and put into pint.h
Consolidate duplicate code for turning FT_* enums into strings (ala the
glossary).
svn path=/trunk/; revision=2382
|
|
|
|
|
|
|
|
|
|
|
| |
to proto_tree_add_item() will indicate if the length of the string is
indicated by an UINT8, UINT16, UINT24, or UINT32.
Change NCP dissector-maker to produce FT_UINT_STRING.
Fix off-by-one in dissection of some NCP reply packets.
svn path=/trunk/; revision=2334
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Do not assume that all dissectors are in the source directory.
This is the case for instance for packet-ncp2222.c which is
generated in the production directory (current).
This is particularly important when the generation is not
made in the source directory.
- ncp2222.py
Remove tabs in generated source to make the generated code
nicer and to make work the make-reg-dotc. Without that fix,
all NCP packet dissections dump core ...
svn path=/trunk/; revision=2241
|
|
|
|
| |
svn path=/trunk/; revision=2229
|
|
a framework for the dissector; of the more than 400 NCP packet types, only
a handful are defined. But this dissector framework is much better than
the previous one.
svn path=/trunk/; revision=2173
|