aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.Guy Harris1-2/+64
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in an item forGuy Harris1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-7/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-17Get rid of calls to "proto_is_protocol_enabled()" in heuristicGuy Harris1-5/+1
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-07-16Use "proto_tree_add_item()", not "proto_tree_add_string()" with aGuy Harris1-21/+21
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-3/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-11/+11
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-2/+2
2001-04-18Tvbuffify packet-yhoo.c. I could use some feedback on this, as it's myNathan Neulinger1-36/+58
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-12/+12
2000-05-11Add tvbuff class.Gilbert Ramirez1-12/+12
2000-05-05Add routines to:Guy Harris1-4/+29
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+9
1999-10-20Added Nathan's patch to yahoo dissector.Gilbert Ramirez1-2/+4
1999-10-14Updates from Nathan Neulinger.Guy Harris1-76/+120
1999-10-14Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1-0/+146