| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=4698
|
|
|
|
| |
svn path=/trunk/; revision=4688
|
|
|
|
|
|
|
|
|
|
| |
result to "proto_tree_add_uint()".
Get rid of the structure declarations in "packet-rx.h"; they're not
used, and one of them has a zero-length array in it, which is not
standard C, and not accepted by all C compilers.
svn path=/trunk/; revision=3852
|
|
|
|
|
|
|
|
|
|
| |
"void *" that a dissector can set to point to such a structure; that
means that the stuff in the epan directory doesn't have to know anything
about the protocol-specific private data one dissector passes to
another, and that structure doesn't have to be changed if a dissector
wants to pass some new type of data to another dissector.
svn path=/trunk/; revision=3818
|
|
|
|
| |
svn path=/trunk/; revision=3454
|
|
|
|
|
|
| |
wasn't involved with).
svn path=/trunk/; revision=3311
|
|
|
|
|
|
| |
checking for them in the UDP dissector.
svn path=/trunk/; revision=1856
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change allows you to add a new packet-*.c file and not cause a
recompilation of everything that #include's packet.h
Add the plugin_api.[ch] files ot the plugins/Makefile.am packaging list.
Add #define YY_NO_UNPUT 1 to the lex source so that the yyunput symbol
is not defined, squelching a compiler complaint when compiling the generated
C file.
svn path=/trunk/; revision=1637
|
|
svn path=/trunk/; revision=894
|