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