aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-2303/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris2004-02-251-7/+3
* From Didier Gautheron: initialize "ett_asp_utf8_name".Guy Harris2004-02-191-1/+2
* You can't rely on "proto_tree_add_item()" returning a non-null pointer,Guy Harris2004-01-131-7/+10
* Note in a comment that "dissect_asp_reply_get_status()" might beGuy Harris2004-01-061-14/+21
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-4/+4
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-9/+10
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-2/+2
* Make "process_reassembled_data()" do the check for fragmentation notGuy Harris2003-08-281-12/+4
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-9/+9
* Use the reported length, not the captured length, as the fragment lengthGuy Harris2003-03-051-2/+2
* Support Appletalk, IPv6, and Banyan Vines over ARCNET.Guy Harris2003-01-231-1/+3
* Update reassemble.c/show_item and all callers to use FT_FRAMENUM for the list...Ronnie Sahlberg2002-12-191-3/+3
* Arguments to hash routines are gconstpointer's; assign them to constGuy Harris2002-11-281-4/+4
* Add a "fragment_add_seq_next()" to reassemble fragments that don't haveGuy Harris2002-10-241-4/+4
* From Didier Gautheron: better AFP 3.x dissector.Guy Harris2002-10-171-12/+52
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-130/+130
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-16/+8
* Use "%u" to print unsigned quantities.Guy Harris2002-06-291-22/+22
* From Didier Gautheron:Guy Harris2002-06-291-25/+388
* From Didier Gautheron: move port number from AppleTalk addresses toGuy Harris2002-06-281-7/+32
* Fixed incorrect format string.Tim Potter2002-06-251-2/+2
* From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASPGuy Harris2002-06-201-1/+2
* Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",Guy Harris2002-06-071-64/+18
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-2/+2
* From Joerg Mayer: make a pile of stuff not used outside one source fileGuy Harris2002-05-101-2/+2
* From Didier Gautheron:Guy Harris2002-05-081-4/+49
* From Didier Gautheron:Guy Harris2002-05-031-47/+532
* Show errors in the desegmentation process in the protocol tree and InfoGuy Harris2002-05-011-12/+92
* From Didier Gautheron:Guy Harris2002-04-301-25/+136
* Pass even zero-length DSI and ASP "command" messages to the AFPGuy Harris2002-04-281-8/+5
* Updates from Didier Gautheron:Guy Harris2002-04-281-2/+2
* It's the AppleTalk Session Protocol, not the AppleTalk Stream Protocol.Guy Harris2002-04-261-49/+72
* ATP, ASP, and AFP support, from Didier Gautheron.Guy Harris2002-04-251-2/+446
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-2/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-6/+4
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-37/+37
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-9/+25
* Add support for LocalTalk Link Access Protocol.Guy Harris2001-11-301-2/+156
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-261-2/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-30/+30
* More signed-vs-unsigned changes from Joerg Mayer.Guy Harris2001-04-271-2/+2
* Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris2001-04-231-2/+3
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-19/+2
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-1/+2
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-24/+17
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-7/+7