Add wtap-int.h. Move definitions relevant to the internal workins of wiretap
[metze/wireshark/wip.git] / packet-ipx.c
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
1999-10-22 Guy HarrisGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-17 Laurent Deniel- add display filters for spx, ipxrip and sap protocols.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-09-15 Gilbert RamirezAdded Mark H. Wood's <mwood@IUPUI.edu> fix for unknown...
1999-09-02 Guy HarrisHave the IPX code set "pi.len" and "pi.captured_len...
1999-08-01 Gilbert RamirezChanged the display filter scanner from GLIB's GScanner...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-20 Gilbert RamirezConverted some IPX fields to the new proto_tree functions.
1999-07-17 Gilbert RamirezAdded just enough fields to TCP to support "Follow...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-05-10 Gilbert RamirezFixed the number of parameters for the other super...
1999-05-10 Gilbert RamirezThis small change lets me read SMBtrans packets that...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-03-20 Gilbert RamirezRe-wrote the NCP module in accordance with how NCP...
1999-03-05 Gilbert RamirezIPX addresses in the Destination/Source fields of the...
1999-03-05 Gilbert Ramirezdissect_sap() no longer assumes that packets are the...
1998-12-31 Gilbert RamirezBe smarter about IPX port numbers and which function...
1998-11-17 Gerald Combs* Added column formatting functionality.
1998-11-12 Gilbert RamirezA lengthy patch to add the wiretap library. Wiretap...
1998-10-14 Gilbert RamirezI've started to figure out the difference between NetBI...
1998-10-14 Gilbert RamirezI rename the single dissect() function in packet-nbipx...
1998-10-14 Gilbert RamirezAdded preliminary support for NetBIOS Name Services...
1998-10-02 Gilbert RamirezAdded more SAP types, from the ncpfs source.
1998-09-27 Gerald CombsMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-27 Gilbert RamirezI added the Server Down SAP packet after discovering...
1998-09-24 Gilbert RamirezNetWare SAP added.
1998-09-23 Gilbert RamirezAdded conversion of IPX RIP ticks to milliseconds for...
1998-09-23 Gilbert RamirezI removed the ncp code from packet-ipx.c and created...
1998-09-16 Gerald CombsAdded ID tags to the beginning of each source file.
1998-09-16 Gerald CombsInitial revision