aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-25Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris1-7/+3
2004-02-19From Didier Gautheron: initialize "ett_asp_utf8_name".Guy Harris1-1/+2
2004-01-13You can't rely on "proto_tree_add_item()" returning a non-null pointer,Guy Harris1-7/+10
2004-01-06Note in a comment that "dissect_asp_reply_get_status()" might beGuy Harris1-14/+21
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-4/+4
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-9/+10
2003-09-21Remove a bunch of duplicate semicolons.Gerald Combs1-2/+2
2003-08-28Make "process_reassembled_data()" do the check for fragmentation notGuy Harris1-12/+4
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-9/+9
2003-03-05Use the reported length, not the captured length, as the fragment lengthGuy Harris1-2/+2
2003-01-23Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris1-1/+3
2002-12-19Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg1-3/+3
2002-11-28Arguments to hash routines are gconstpointer's; assign them to constGuy Harris1-4/+4
2002-10-24Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris1-4/+4
2002-10-17From Didier Gautheron: better AFP 3.x dissector.Guy Harris1-12/+52
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-130/+130
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-16/+8
2002-06-29Use "%u" to print unsigned quantities.Guy Harris1-22/+22
2002-06-29From Didier Gautheron:Guy Harris1-25/+388
2002-06-28From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris1-7/+32
2002-06-25Fixed incorrect format string.Tim Potter1-2/+2
2002-06-20From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASPGuy Harris1-1/+2
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris1-64/+18
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-2/+2
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris1-2/+2
2002-05-08From Didier Gautheron:Guy Harris1-4/+49
2002-05-03From Didier Gautheron:Guy Harris1-47/+532
2002-05-01Show errors in the desegmentation process in the protocol tree and InfoGuy Harris1-12/+92
2002-04-30From Didier Gautheron:Guy Harris1-25/+136
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris1-8/+5
2002-04-28Updates from Didier Gautheron:Guy Harris1-2/+2
2002-04-26It's the AppleTalk Session Protocol, not the AppleTalk Stream Protocol.Guy Harris1-49/+72
2002-04-25ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris1-2/+446
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-6/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-37/+37
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-9/+25
2001-11-30Add support for LocalTalk Link Access Protocol.Guy Harris1-2/+156
2001-11-26Moved from using dissect_data to using call_dissector()Ed Warnicke1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-30/+30
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris1-2/+2
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris1-2/+3
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez1-19/+2
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-1/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-24/+17
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-7/+7
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-5/+5
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-5/+5