Eliminate the packet_info pointer argument from routines that don't use
[metze/wireshark/wip.git] / packet-ipx.c
2003-04-14 Guy HarrisDon't show a string for datastream types other than...
2003-04-12 Guy HarrisSome packets (the ones I've seen have a datastream...
2003-04-12 Guy HarrisAn SPX packet is not a retransmission of an earlier...
2003-04-12 Guy HarrisYou can't put an FT_FRAMENUM into the tree with a lengt...
2003-04-09 Guy HarrisMake the individual flag bits in the Connection Control...
2003-04-09 Guy HarrisInstead of using passing the SPX hash value to subdisse...
2003-04-08 Guy HarrisMove the definition of the structure constructed for...
2003-04-08 Guy HarrisFrom Greg Morris: update the introductory comment,...
2003-04-06 Guy HarrisChoosing the lower-numbered socket in an IPX packet...
2003-04-06 Guy HarrisAdd a dissector for the IPX WAN protocol. "IPX WAN...
2003-03-31 Guy HarrisAdd dissector for NetWare Link Services Protocol.
2003-01-30 Guy HarrisGet rid of the "sap_server_ident" structure - just...
2003-01-23 Guy HarrisSupport BACNET over ARCNET, under the assumption that...
2002-12-02 Guy HarrisDon't cast away constness, and fix variable and structu...
2002-10-19 Guy HarrisOnly hand off the SPX payload to a subdissector if...
2002-10-18 Guy HarrisFrom Peter Fales: ARCNET support.
2002-10-15 Guy HarrisAdd a new port type, PT_IPX, for IPX socket numbers...
2002-10-10 Guy HarrisRemove an extra blank in the Connection Control field...
2002-10-08 Guy HarrisSet the Info column in the SPX dissector regardless...
2002-09-23 Jörg MayerDissector for Novell Distributed Print Services by...
2002-09-10 Guy HarrisFrom Greg Morris: handle watchdog packets on socket...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-04 Guy HarrisUpdate a comment.
2002-07-02 Guy HarrisAdd signature characters for IPX message watchdog posit...
2002-06-26 Guy HarrisFix the capitalization of NetWare.
2002-06-25 Guy HarrisFrom Markus Steinmann: add IPX SAP for SEH's InterCon...
2002-04-24 Guy HarrisFrom Joerg Mayer: get rid of extra arguments to capture...
2002-02-17 Guy HarrisWith the tvbuffication of all dissectors, the "packet_i...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisConvert some "col_add_str()" calls to "col_set_str()".
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-08 Guy HarrisAttach a descriptive name field type and base to dissec...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 Ed WarnickeMoved from using dissect_data to using call_dissector()
2001-11-25 Guy HarrisRemove a duplicate entry from the SAP table, and move...
2001-11-25 Guy HarrisThrow in a large pile of additional SAP values.
2001-11-20 Guy HarrisMake the capture routines take an additional argument...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-20 Guy HarrisUse "val_to_str()", rather than "match_strval()", in...
2001-10-08 Nathan Neulingeradd a couple of socket numbers that seem to be consiste...
2001-07-03 Guy HarrisUse the "pinfo" argument, rather than the global "pi...
2001-06-29 Guy HarrisCreate a routine to do the tvbuff-length-adjusting and
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-05-03 Guy HarrisIPX SAP over IPX EIGRP support, and IP EIGRP authentica...
2001-04-19 Guy HarrisFT_UINTn and FT_INTn fields must always have a base...
2001-04-17 Guy HarrisMove the declaration of "etype_vals[]" from "epan/packe...
2001-04-15 Guy Harris"packet-ipx.c" doesn't use anything from "packet-snmp...
2001-04-01 Ed WarnickeMoved various to_str files from packet.{c,h} to a separate
2001-03-15 Guy HarrisAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-27 Guy HarrisFix up the handling of NBIPX packets, and of Microsoft...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 Guy HarrisMake GRE use a dissector table for its protocol types...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisRegister the IPX dissector, make it static, and call...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-03 Guy HarrisRegister "dissect_nbipx()", and have the IPX dissector...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-11-17 Guy HarrisGive the "null" link-layer header dissector a dissector...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-11-10 Guy HarrisFix "packet-netbios.h" to match the new "packet-netbios...
2000-10-22 Guy HarrisWhen checking whether we should set the COL_INFO column...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 Gilbert RamirezConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-30 Guy HarrisGive the IPX dissector dissector hash tables for the...
2000-05-22 Guy HarrisEIGRP over Appletalk and EIGRP over IPX support, from...
2000-05-19 Gilbert RamirezDetect CISCO and NOVELL type IPX packets.
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-18 Guy HarrisIn the NCP dissector, construct conversations using...
2000-04-17 Guy HarrisRegister a "llc.dsap" dissector table for 802.2 LLC...
2000-04-16 Guy HarrisRegister a "ppp.protocol" dissector table for PPP,...
2000-04-13 Gilbert RamirezChange the sub-dissector handoff registration routines...
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-03-20 Gilbert RamirezChange dfilter_init() to check for empty-string abbrevi...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-24 Guy HarrisFix a bunch of dissectors to use "pi.captured_len"...
2000-01-23 Guy HarrisIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-22 Guy HarrisFix files that had Gilbert's old e-mail address or...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
1999-12-08 Nathan Neulingerbetter info line for ipx message
1999-12-08 Nathan Neulingeradded decode support for 'poll inactive station' ipx...
1999-12-05 Guy HarrisAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-12-03 Nathan Neulingeradded SNMP support to IPX
1999-12-03 Nathan NeulingerAdded wide area router ipx socket number
1999-11-30 Gilbert RamirezAdd IPX to packet stats during capture.
1999-11-30 Guy HarrisSome additional IPX packet types.
1999-11-30 Guy HarrisIPX packet type 1 is apparently NetWare RIP (Routing...
1999-11-22 Gilbert RamirezFixed the way IPX network name resolution works with...
1999-11-21 Gilbert RamirezEnable IPX network name resolution by providing for...
1999-11-20 Gilbert RamirezEnable ether name resolution for packet summary lines...
1999-11-17 Guy HarrisHeikki Vatiainen's SAP (Session Announcement Protocol...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 Nathan Neulingeradded sap types, netbios name types, ipx socket names
next