Set the "fragmented" field of the "packet_info" structure based on
[obnox/wireshark/wip.git] / packet-ipx.c
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.
1999-11-30 guySome additional IPX packet types.
1999-11-30 guyIPX packet type 1 is apparently NetWare RIP (Routing...
1999-11-22 gramFixed the way IPX network name resolution works with...
1999-11-21 gramEnable IPX network name resolution by providing for...
1999-11-20 gramEnable ether name resolution for packet summary lines...
1999-11-17 guyHeikki Vatiainen's SAP (Session Announcement Protocol...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 nneuladded sap types, netbios name types, ipx socket names
1999-10-22 guyGeneralize the "ip_src" and "ip_dst" members of the...
1999-10-17 deniel- add display filters for spx, ipxrip and sap protocols.
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-15 gramAdded Mark H. Wood's <mwood@IUPUI.edu> fix for unknown...
1999-09-02 guyHave the IPX code set "pi.len" and "pi.captured_len...
1999-08-01 gramChanged the display filter scanner from GLIB's GScanner...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-20 gramConverted some IPX fields to the new proto_tree functions.
1999-07-17 gramAdded just enough fields to TCP to support "Follow...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-05-10 gramFixed the number of parameters for the other super...
1999-05-10 gramThis small change lets me read SMBtrans packets that...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-20 gramRe-wrote the NCP module in accordance with how NCP...
1999-03-05 gramIPX addresses in the Destination/Source fields of the...
1999-03-05 gramdissect_sap() no longer assumes that packets are the...
1998-12-31 gramBe smarter about IPX port numbers and which function...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-14 gramI've started to figure out the difference between NetBI...
1998-10-14 gramI rename the single dissect() function in packet-nbipx...
1998-10-14 gramAdded preliminary support for NetBIOS Name Services...
1998-10-02 gramAdded more SAP types, from the ncpfs source.
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-27 gramI added the Server Down SAP packet after discovering...
1998-09-24 gramNetWare SAP added.
1998-09-23 gramAdded conversion of IPX RIP ticks to milliseconds for...
1998-09-23 gramI removed the ncp code from packet-ipx.c and created...
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision