aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.h
AgeCommit message (Collapse)AuthorFilesLines
2002-02-05add idle to rx ack value stringsNathan Neulinger1-1/+2
svn path=/trunk/; revision=4698
2002-02-03add packet flag for slow-start/jumbogramNathan Neulinger1-1/+2
svn path=/trunk/; revision=4688
2001-08-20Use "proto_tree_add_item()" rather than passing a "tvb_get_" function'sGuy Harris1-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
2001-08-04Replace the protocol-specific data in the "packet_info" structure with aGuy Harris1-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
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris1-3/+30
svn path=/trunk/; revision=3454
2001-04-17Fix the e-mail address for Joerg Mayer (and remove it from files heGuy Harris1-2/+1
wasn't involved with). svn path=/trunk/; revision=3311
2000-04-14Register all the AFS ports in "proto_reg_handoff_rx()", rather thanGuy Harris1-3/+1
checking for them in the UDP dissector. svn path=/trunk/; revision=1856
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-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
1999-10-20Added Nathan's patch for AFS and RX dissection.Gilbert Ramirez1-0/+84
svn path=/trunk/; revision=894