aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-22EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris1-1/+12
2000-05-19Detect CISCO and NOVELL type IPX packets.Gilbert Ramirez1-2/+6
2000-05-11Add tvbuff class.Gilbert Ramirez1-44/+44
2000-04-18In the NCP dissector, construct conversations using the source andGuy Harris1-11/+1
2000-04-17Register a "llc.dsap" dissector table for 802.2 LLC, and have dissectorsGuy Harris1-1/+3
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-1/+3
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+3
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-1/+9
2000-03-20Change dfilter_init() to check for empty-string abbreviations and forGilbert Ramirez1-4/+4
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-7/+7
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-3/+3
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-2/+2
2000-01-22Fix files that had Gilbert's old e-mail address or that didn't have myGuy Harris1-2/+2
2000-01-07Fix Gerald's e-mail address.Guy Harris1-2/+2
1999-12-08better info line for ipx messageNathan Neulinger1-3/+4
1999-12-08added decode support for 'poll inactive station' ipx messageNathan Neulinger1-8/+69
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-8/+1
1999-12-03added SNMP support to IPXNathan Neulinger1-1/+11
1999-12-03Added wide area router ipx socket numberNathan Neulinger1-1/+8
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-1/+7
1999-11-30Some additional IPX packet types.Guy Harris1-4/+17
1999-11-30IPX packet type 1 is apparently NetWare RIP (Routing InformationGuy Harris1-6/+8
1999-11-22Fixed the way IPX network name resolution works with name resolutionGilbert Ramirez1-14/+38
1999-11-21Enable IPX network name resolution by providing for an /etc/ipxnetsGilbert Ramirez1-6/+3
1999-11-20Enable ether name resolution for packet summary lines of IPX packetsGilbert Ramirez1-5/+18
1999-11-17Heikki Vatiainen's SAP (Session Announcement Protocol) dissector.Guy Harris1-4/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-7/+25
1999-11-15added sap types, netbios name types, ipx socket namesNathan Neulinger1-1/+34
1999-10-22Generalize the "ip_src" and "ip_dst" members of the "packet_info"Guy Harris1-8/+6
1999-10-17- add display filters for spx, ipxrip and sap protocols.Laurent Deniel1-19/+128
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-13/+23
1999-09-15Added Mark H. Wood's <mwood@IUPUI.edu> fix for unknown SAP types. It wasGilbert Ramirez1-3/+3
1999-09-02Have the IPX code set "pi.len" and "pi.captured_len" based on the lengthGuy Harris1-60/+100
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-35/+55
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-11/+11
1999-07-20Converted some IPX fields to the new proto_tree functions.Gilbert Ramirez1-12/+34
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1-8/+22
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-45/+43
1999-05-10Fixed the number of parameters for the other super-IPX protocols so thatGilbert Ramirez1-23/+30
1999-05-10This small change lets me read SMBtrans packets that come over NBIPX.Gilbert Ramirez1-2/+2
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-64/+64
1999-03-20Re-wrote the NCP module in accordance with how NCP is really organized.Gilbert Ramirez1-28/+45
1999-03-05IPX addresses in the Destination/Source fields of the "column" part of the GUIGilbert Ramirez1-4/+31
1999-03-05dissect_sap() no longer assumes that packets are the proper length. ItGilbert Ramirez1-2/+2
1998-12-31Be smarter about IPX port numbers and which function to call.Gilbert Ramirez1-4/+10
1998-11-17* Added column formatting functionality.Gerald Combs1-22/+24
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-6/+2
1998-10-14I've started to figure out the difference between NetBIOS over IPX forGilbert Ramirez1-4/+9
1998-10-14I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.cGilbert Ramirez1-3/+3