aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-22/+14
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-1/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+2
2001-01-09Register the IPX dissector, make it static, and call it through aGuy Harris1-2/+4
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-10/+14
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-6/+11
2000-12-03Register "dissect_nbipx()", and have the IPX dissector look up itsGuy Harris1-7/+10
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-8/+8
2000-11-17Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez1-1/+2
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-1/+3
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-3/+3
2000-11-10Fix "packet-netbios.h" to match the new "packet-netbios.c", so that itGuy Harris1-2/+2
2000-10-22When checking whether we should set the COL_INFO column, check COL_INFO,Guy Harris1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+10
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-54/+13
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-206/+251
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-23/+23
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris1-131/+44
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