aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
Commit message (Expand)AuthorAgeFilesLines
* Make tvb_get_ptr() return 'const guint8*', and clean up all theGilbert Ramirez2001-03-131-2/+2
* Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris2001-02-271-24/+9
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-22/+14
* Make GRE use a dissector table for its protocol types, and registerGuy Harris2001-01-131-1/+2
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-1/+2
* Register the IPX dissector, make it static, and call it through aGuy Harris2001-01-091-2/+4
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-10/+14
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-6/+11
* Register "dissect_nbipx()", and have the IPX dissector look up itsGuy Harris2000-12-031-7/+10
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-8/+8
* Add #include <string.h>, to get prototypes for mem* and str* functions.Gilbert Ramirez2000-11-171-1/+2
* Give the "null" link-layer header dissector a dissector table, and putGuy Harris2000-11-171-1/+3
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-3/+3
* Fix "packet-netbios.h" to match the new "packet-netbios.c", so that itGuy Harris2000-11-101-2/+2
* When checking whether we should set the COL_INFO column, check COL_INFO,Guy Harris2000-10-221-3/+3
* 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