aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-25/+25
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Use -1 rather than "tvb_length_remaining(tvb, offset)" in an item forGuy Harris2002-02-011-3/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-7/+4
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Get rid of calls to "proto_is_protocol_enabled()" in heuristicGuy Harris2001-12-171-5/+1
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-5/+5
* Use "proto_tree_add_item()", not "proto_tree_add_string()" with aGuy Harris2001-07-161-21/+21
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-3/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-11/+11
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-2/+2
* Tvbuffify packet-yhoo.c. I could use some feedback on this, as it's myNathan Neulinger2001-04-181-36/+58
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+5
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-12/+12
* Add tvbuff class.Gilbert Ramirez2000-05-111-12/+12
* Add routines to:Guy Harris2000-05-051-4/+29
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+9
* Added Nathan's patch to yahoo dissector.Gilbert Ramirez1999-10-201-2/+4
* Updates from Nathan Neulinger.Guy Harris1999-10-141-76/+120
* Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1999-10-141-0/+146