aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-5/+5
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* The source operand of "SET_ADDRESS()" has to be static, as a pointer toGuy Harris2000-11-191-2/+2
* Give the "null" link-layer header dissector a dissector table, and putGuy Harris2000-11-171-2/+4
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkGuy Harris2000-11-131-2/+2
* Tvbuffify the AppleTalk dissectors.Guy Harris2000-11-131-186/+213
* Don't have separate versions of "ddp_hops()" and "ddp_len()" onGuy Harris2000-11-111-11/+11
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+7
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-17/+17
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-29/+29
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-2/+1
* Give the Appletalk DDP dissector a dissector hash table, and have theGuy Harris2000-05-281-28/+13
* EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris2000-05-221-1/+7
* Add tvbuff class.Gilbert Ramirez2000-05-111-34/+34