aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
Commit message (Expand)AuthorAgeFilesLines
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+10
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-54/+13
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-206/+251
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-23/+23
* Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris2000-05-301-131/+44
* EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris2000-05-221-1/+12
* Detect CISCO and NOVELL type IPX packets.Gilbert Ramirez2000-05-191-2/+6
* Add tvbuff class.Gilbert Ramirez2000-05-111-44/+44
* In the NCP dissector, construct conversations using the source andGuy Harris2000-04-181-11/+1
* Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris2000-04-171-1/+3
* Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris2000-04-161-1/+3
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+3
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-1/+9
* Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez2000-03-201-4/+4
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-7/+7
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-3/+3
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-2/+2
* Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris2000-01-221-2/+2
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* better info line for ipx messageNathan Neulinger1999-12-081-3/+4
* added decode support for 'poll inactive station' ipx messageNathan Neulinger1999-12-081-8/+69
* As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1999-12-051-8/+1
* added SNMP support to IPXNathan Neulinger1999-12-031-1/+11
* Added wide area router ipx socket numberNathan Neulinger1999-12-031-1/+8
* Add IPX to packet stats during capture.Gilbert Ramirez1999-11-301-1/+7
* Some additional IPX packet types.Guy Harris1999-11-301-4/+17
* IPX packet type 1 is apparently NetWare RIP (Routing InformationGuy Harris1999-11-301-6/+8
* Fixed the way IPX network name resolution works with name resolutionGilbert Ramirez1999-11-221-14/+38
* Enable IPX network name resolution by providing for an /etc/ipxnetsGilbert Ramirez1999-11-211-6/+3
* Enable ether name resolution for packet summary lines of IPX packetsGilbert Ramirez1999-11-201-5/+18
* Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1999-11-171-4/+4
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-7/+25
* added sap types, netbios name types, ipx socket namesNathan Neulinger1999-11-151-1/+34
* Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1999-10-221-8/+6
* - add display filters for spx, ipxrip and sap protocols.Laurent Deniel1999-10-171-19/+128
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-13/+23
* Added Mark H. Wood's <mwood@IUPUI.edu> fix for unknown SAP types. It wasGilbert Ramirez1999-09-151-3/+3
* Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1999-09-021-60/+100
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-35/+55
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-11/+11
* Converted some IPX fields to the new proto_tree functions.Gilbert Ramirez1999-07-201-12/+34
* Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1999-07-171-8/+22
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-45/+43
* Fixed the number of parameters for the other super-IPX protocols so thatGilbert Ramirez1999-05-101-23/+30
* This small change lets me read SMBtrans packets that come over NBIPX.Gilbert Ramirez1999-05-101-2/+2
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-64/+64
* Re-wrote the NCP module in accordance with how NCP is really organized.Gilbert Ramirez1999-03-201-28/+45
* IPX addresses in the Destination/Source fields of the "column" part of the GUIGilbert Ramirez1999-03-051-4/+31
* dissect_sap() no longer assumes that packets are the proper length. ItGilbert Ramirez1999-03-051-2/+2