Move "XConvertCase()" from a header file to "packet-x11.c".
[obnox/wireshark/wip.git] / packet-ipx.c
2003-12-29 guyAdd support for NetWare's serialization protocol.
2003-10-03 sahlbergUpdate ipx and conversation list to make it possible...
2003-08-24 sahlbergAdd endpoint talker support for IPX
2003-08-24 sahlbergMinor update to IPX. Move a lot of proto_tree_add_ite...
2003-08-24 sahlbergAdd a tap to the IPX protocol
2003-08-05 guyThe source and destination networks are FT_IPXNET,...
2003-08-04 guyFrom Greg Morris, with some changes: add "ipx.net"...
2003-06-10 guyAdd support for some additional SAPs for Netware and...
2003-04-14 guyDon't show a string for datastream types other than...
2003-04-12 guySome packets (the ones I've seen have a datastream...
2003-04-12 guyAn SPX packet is not a retransmission of an earlier...
2003-04-12 guyYou can't put an FT_FRAMENUM into the tree with a lengt...
2003-04-09 guyMake the individual flag bits in the Connection Control...
2003-04-09 guyInstead of using passing the SPX hash value to subdisse...
2003-04-08 guyMove the definition of the structure constructed for...
2003-04-08 guyFrom Greg Morris: update the introductory comment,...
2003-04-06 guyChoosing the lower-numbered socket in an IPX packet...
2003-04-06 guyAdd a dissector for the IPX WAN protocol. "IPX WAN...
2003-03-31 guyAdd dissector for NetWare Link Services Protocol.
2003-01-30 guyGet rid of the "sap_server_ident" structure - just...
2003-01-23 guySupport BACNET over ARCNET, under the assumption that...
2002-12-02 guyDon't cast away constness, and fix variable and structu...
2002-10-19 guyOnly hand off the SPX payload to a subdissector if...
2002-10-18 guyFrom Peter Fales: ARCNET support.
2002-10-15 guyAdd a new port type, PT_IPX, for IPX socket numbers...
2002-10-10 guyRemove an extra blank in the Connection Control field...
2002-10-08 guySet the Info column in the SPX dissector regardless...
2002-09-23 jmayerDissector for Novell Distributed Print Services by...
2002-09-10 guyFrom Greg Morris: handle watchdog packets on socket...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-04 guyUpdate a comment.
2002-07-02 guyAdd signature characters for IPX message watchdog posit...
2002-06-26 guyFix the capitalization of NetWare.
2002-06-25 guyFrom Markus Steinmann: add IPX SAP for SEH's InterCon...
2002-04-24 guyFrom Joerg Mayer: get rid of extra arguments to capture...
2002-02-17 guyWith the tvbuffication of all dissectors, the "packet_i...
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyConvert some "col_add_str()" calls to "col_set_str()".
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 hagbardMoved from using dissect_data to using call_dissector()
2001-11-25 guyRemove a duplicate entry from the SAP table, and move...
2001-11-25 guyThrow in a large pile of additional SAP values.
2001-11-20 guyMake the capture routines take an additional argument...
2001-11-13 gramHopefully the last time I have to change my e-mail...
2001-10-20 guyUse "val_to_str()", rather than "match_strval()", in...
2001-10-08 nneuladd a couple of socket numbers that seem to be consiste...
2001-07-03 guyUse the "pinfo" argument, rather than the global "pi...
2001-06-29 guyCreate a routine to do the tvbuff-length-adjusting and
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-05-03 guyIPX SAP over IPX EIGRP support, and IP EIGRP authentica...
2001-04-19 guyFT_UINTn and FT_INTn fields must always have a base...
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-04-15 guy"packet-ipx.c" doesn't use anything from "packet-snmp...
2001-04-01 hagbardMoved various to_str files from packet.{c,h} to a separate
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-27 guyFix up the handling of NBIPX packets, and of Microsoft...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyMake GRE use a dissector table for its protocol types...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyRegister the IPX dissector, make it static, and call...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-03 guyRegister "dissect_nbipx()", and have the IPX dissector...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-11-17 guyGive the "null" link-layer header dissector a dissector...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-11-10 guyFix "packet-netbios.h" to match the new "packet-netbios...
2000-10-22 guyWhen checking whether we should set the COL_INFO column...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 gramConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-30 guyGive the IPX dissector dissector hash tables for the...
2000-05-22 guyEIGRP over Appletalk and EIGRP over IPX support, from...
2000-05-19 gramDetect CISCO and NOVELL type IPX packets.
2000-05-11 gramAdd tvbuff class.
2000-04-18 guyIn the NCP dissector, construct conversations using...
2000-04-17 guyRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-16 guyRegister a "ppp.protocol" dissector table for PPP,...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-03-20 gramChange dfilter_init() to check for empty-string abbrevi...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-24 guyFix a bunch of dissectors to use "pi.captured_len"...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-22 guyFix files that had Gilbert's old e-mail address or...
2000-01-07 guyFix Gerald's e-mail address.
1999-12-08 nneulbetter info line for ipx message
1999-12-08 nneuladded decode support for 'poll inactive station' ipx...
1999-12-05 guyAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-12-03 nneuladded SNMP support to IPX
1999-12-03 nneulAdded wide area router ipx socket number
1999-11-30 gramAdd IPX to packet stats during capture.
next