aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.h
Commit message (Collapse)AuthorAgeFilesLines
* add idle to rx ack value stringsNathan Neulinger2002-02-051-1/+2
| | | | svn path=/trunk/; revision=4698
* add packet flag for slow-start/jumbogramNathan Neulinger2002-02-031-1/+2
| | | | svn path=/trunk/; revision=4688
* Use "proto_tree_add_item()" rather than passing a "tvb_get_" function'sGuy Harris2001-08-201-51/+9
| | | | | | | | | | 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
* Replace the protocol-specific data in the "packet_info" structure with aGuy Harris2001-08-041-4/+16
| | | | | | | | | | "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
* RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris2001-05-271-3/+30
| | | | svn path=/trunk/; revision=3454
* Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris2001-04-171-2/+1
| | | | | | wasn't involved with). svn path=/trunk/; revision=3311
* Register all the AFS ports in "proto_reg_handoff_rx()", rather thanGuy Harris2000-04-141-3/+1
| | | | | | checking for them in the UDP dissector. svn path=/trunk/; revision=1856
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
| | | | | | | | | | | | | 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
* Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1999-10-201-0/+84
svn path=/trunk/; revision=894