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