aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
Commit message (Expand)AuthorAgeFilesLines
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-171-2/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-10/+13
* Convert some "col_add_str()" calls to "col_set_str()".Guy Harris2002-01-211-5/+5
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-30/+30
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-3/+5
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-16/+21
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-3/+6
* Remove a duplicate entry from the SAP table, and move an entry in thatGuy Harris2001-11-251-3/+2
* Throw in a large pile of additional SAP values.Guy Harris2001-11-251-43/+223
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-2/+2
* Hopefully the last time I have to change my e-mail address.Gilbert Ramirez2001-11-131-2/+2
* Use "val_to_str()", rather than "match_strval()", in "socket_text()".Guy Harris2001-10-201-19/+11
* add a couple of socket numbers that seem to be consistently allocated for the...Nathan Neulinger2001-10-081-1/+7
* Use the "pinfo" argument, rather than the global "pi", to refer to theGuy Harris2001-07-031-5/+5
* Create a routine to do the tvbuff-length-adjusting andGuy Harris2001-06-291-20/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-24/+24
* IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates,Guy Harris2001-05-031-1/+3
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-3/+3
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-4/+4
* "packet-ipx.c" doesn't use anything from "packet-snmp.h", so don'tGuy Harris2001-04-151-3/+1
* Moved various to_str files from packet.{c,h} to a separateEd Warnicke2001-04-011-75/+1
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-2/+2
* 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