aboutsummaryrefslogtreecommitdiffstats
path: root/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-130/+130
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-16/+8
2002-06-29Use "%u" to print unsigned quantities.guy1-22/+22
2002-06-29From Didier Gautheron:guy1-25/+388
2002-06-28From Didier Gautheron: move port number from AppleTalk addresses toguy1-7/+32
2002-06-25Fixed incorrect format string.tpot1-2/+2
2002-06-20From Didier Gautheron: assorted small fixes, more AFP calls, and DSI/ASPguy1-1/+2
2002-06-07Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",guy1-64/+18
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-2/+2
2002-05-10From Joerg Mayer: make a pile of stuff not used outside one source fileguy1-2/+2
2002-05-08From Didier Gautheron:guy1-4/+49
2002-05-03From Didier Gautheron:guy1-47/+532
2002-05-01Show errors in the desegmentation process in the protocol tree and Infoguy1-12/+92
2002-04-30From Didier Gautheron:guy1-25/+136
2002-04-28Pass even zero-length DSI and ASP "command" messages to the AFPguy1-8/+5
2002-04-28Updates from Didier Gautheron:guy1-2/+2
2002-04-26It's the AppleTalk Session Protocol, not the AppleTalk Stream Protocol.guy1-49/+72
2002-04-25ATP, ASP, and AFP support, from Didier Gautheron.guy1-2/+446
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.guy1-2/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLguy1-6/+4
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-37/+37
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-9/+25
2001-11-30Add support for LocalTalk Link Access Protocol.guy1-2/+156
2001-11-26Moved from using dissect_data to using call_dissector()hagbard1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-30/+30
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.guy1-2/+2
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-2/+3
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsgram1-19/+2
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDguy1-1/+2
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-24/+17
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-7/+7
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-5/+5
2000-11-19For each column, have both a buffer into which strings for that columnguy1-5/+5
2000-11-19The source operand of "SET_ADDRESS()" has to be static, as a pointer toguy1-2/+2
2000-11-17Give the "null" link-layer header dissector a dissector table, and putguy1-2/+4
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-11-13Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to checkguy1-2/+2
2000-11-13Tvbuffify the AppleTalk dissectors.guy1-186/+213
2000-11-11Don't have separate versions of "ddp_hops()" and "ddp_len()" onguy1-11/+11
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-17/+17
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-29/+29
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketguy1-2/+1
2000-05-28Give the Appletalk DDP dissector a dissector hash table, and have theguy1-28/+13
2000-05-22EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.guy1-1/+7
2000-05-11Add tvbuff class.gram1-34/+34
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsguy1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-1/+8