aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris1-5/+5
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris1-20/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-24/+24
2001-05-03IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates,Guy Harris1-1/+3
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris1-3/+3
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-4/+4
2001-04-15"packet-ipx.c" doesn't use anything from "packet-snmp.h", so don'tGuy Harris1-3/+1
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke1-75/+1
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-2/+2
2001-03-13Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez1-2/+2
2001-02-27Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris1-24/+9
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-22/+14
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-1/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+2
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-2/+4
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-10/+14