aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-29Add support for NetWare's serialization protocol.Guy Harris1-2/+49
2003-10-03Update ipx and conversation list to make it possible to select and filter for...Ronnie Sahlberg1-3/+24
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg1-2/+2
2003-08-24Minor update to IPX. Move a lot of proto_tree_add_items outside of the if(t...Ronnie Sahlberg1-41/+41
2003-08-24Add a tap to the IPX protocolRonnie Sahlberg1-28/+45
2003-08-05The source and destination networks are FT_IPXNET, not an integral type,Guy Harris1-5/+5
2003-08-04From Greg Morris, with some changes: add "ipx.net", "ipx.node", andGuy Harris1-5/+43
2003-06-10Add support for some additional SAPs for Netware and OSI.Guy Harris1-2/+3
2003-04-14Don't show a string for datastream types other than the ones known toGuy Harris1-7/+21
2003-04-12Some packets (the ones I've seen have a datastream type ofGuy Harris1-1/+2
2003-04-12An SPX packet is not a retransmission of an earlier packet unless theGuy Harris1-59/+92
2003-04-12You can't put an FT_FRAMENUM into the tree with a length of -1, so, forGuy Harris1-2/+7
2003-04-09Make the individual flag bits in the Connection Control field of the SPXGuy Harris1-37/+102
2003-04-09Instead of using passing the SPX hash value to subdissectors, attach toGuy Harris1-62/+109
2003-04-08Move the definition of the structure constructed for each SPXGuy Harris1-62/+74
2003-04-08From Greg Morris: update the introductory comment, and flag SPXGuy Harris1-6/+185
2003-04-06Choosing the lower-numbered socket in an IPX packet as the first one toGuy Harris1-17/+30
2003-04-06Add a dissector for the IPX WAN protocol. "IPX WAN 2" is just someGuy Harris1-2/+2
2003-03-31Add dissector for NetWare Link Services Protocol.Guy Harris1-4/+5
2003-01-30Get rid of the "sap_server_ident" structure - just fetch stuff from thatGuy Harris1-267/+252
2003-01-23Support BACNET over ARCNET, under the assumption that no fragmentationGuy Harris1-1/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-3/+3
2002-10-19Only hand off the SPX payload to a subdissector if there's payload toGuy Harris1-31/+33
2002-10-18From Peter Fales: ARCNET support.Guy Harris1-1/+8
2002-10-15Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype",Guy Harris1-4/+40
2002-10-10Remove an extra blank in the Connection Control field display.Guy Harris1-17/+17
2002-10-08Set the Info column in the SPX dissector regardless of whether we'reGuy Harris1-8/+10
2002-09-23Dissector for Novell Distributed Print Services by Greg Morris.Jörg Mayer1-9/+21
2002-09-10From Greg Morris: handle watchdog packets on socket 4003 as well asGuy Harris1-1/+4
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-28/+28
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-04Update a comment.Guy Harris1-4/+3
2002-07-02Add signature characters for IPX message watchdog positive replies andGuy Harris1-7/+39
2002-06-26Fix the capitalization of NetWare.Guy Harris1-21/+21
2002-06-25From Markus Steinmann: add IPX SAP for SEH's InterCon Printserver.Guy Harris1-1/+2
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-2/+2
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-10/+13
2002-01-21Convert some "col_add_str()" calls to "col_set_str()".Guy Harris1-5/+5
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-30/+30
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-3/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-16/+21
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-3/+6
2001-11-25Remove a duplicate entry from the SAP table, and move an entry in thatGuy Harris1-3/+2
2001-11-25Throw in a large pile of additional SAP values.Guy Harris1-43/+223
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-2/+2
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-10-20Use "val_to_str()", rather than "match_strval()", in "socket_text()".Guy Harris1-19/+11
2001-10-08add a couple of socket numbers that seem to be consistently allocated for the...Nathan Neulinger1-1/+7