| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ipx and conversation list to make it possible to select and filter for... | Ronnie Sahlberg | 2003-10-03 | 1 | -3/+24 |
* | Add endpoint talker support for IPX | Ronnie Sahlberg | 2003-08-24 | 1 | -2/+2 |
* | Minor update to IPX. Move a lot of proto_tree_add_items outside of the if(t... | Ronnie Sahlberg | 2003-08-24 | 1 | -41/+41 |
* | Add a tap to the IPX protocol | Ronnie Sahlberg | 2003-08-24 | 1 | -28/+45 |
* | The source and destination networks are FT_IPXNET, not an integral type, | Guy Harris | 2003-08-05 | 1 | -5/+5 |
* | From Greg Morris, with some changes: add "ipx.net", "ipx.node", and | Guy Harris | 2003-08-04 | 1 | -5/+43 |
* | Add support for some additional SAPs for Netware and OSI. | Guy Harris | 2003-06-10 | 1 | -2/+3 |
* | Don't show a string for datastream types other than the ones known to | Guy Harris | 2003-04-14 | 1 | -7/+21 |
* | Some packets (the ones I've seen have a datastream type of | Guy Harris | 2003-04-12 | 1 | -1/+2 |
* | An SPX packet is not a retransmission of an earlier packet unless the | Guy Harris | 2003-04-12 | 1 | -59/+92 |
* | You can't put an FT_FRAMENUM into the tree with a length of -1, so, for | Guy Harris | 2003-04-12 | 1 | -2/+7 |
* | Make the individual flag bits in the Connection Control field of the SPX | Guy Harris | 2003-04-09 | 1 | -37/+102 |
* | Instead of using passing the SPX hash value to subdissectors, attach to | Guy Harris | 2003-04-09 | 1 | -62/+109 |
* | Move the definition of the structure constructed for each SPX | Guy Harris | 2003-04-08 | 1 | -62/+74 |
* | From Greg Morris: update the introductory comment, and flag SPX | Guy Harris | 2003-04-08 | 1 | -6/+185 |
* | Choosing the lower-numbered socket in an IPX packet as the first one to | Guy Harris | 2003-04-06 | 1 | -17/+30 |
* | Add a dissector for the IPX WAN protocol. "IPX WAN 2" is just some | Guy Harris | 2003-04-06 | 1 | -2/+2 |
* | Add dissector for NetWare Link Services Protocol. | Guy Harris | 2003-03-31 | 1 | -4/+5 |
* | Get rid of the "sap_server_ident" structure - just fetch stuff from that | Guy Harris | 2003-01-30 | 1 | -267/+252 |
* | Support BACNET over ARCNET, under the assumption that no fragmentation | Guy Harris | 2003-01-23 | 1 | -1/+2 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -3/+3 |
* | Only hand off the SPX payload to a subdissector if there's payload to | Guy Harris | 2002-10-19 | 1 | -31/+33 |
* | From Peter Fales: ARCNET support. | Guy Harris | 2002-10-18 | 1 | -1/+8 |
* | Add a new port type, PT_IPX, for IPX socket numbers; set "pinfo->ptype", | Guy Harris | 2002-10-15 | 1 | -4/+40 |
* | Remove an extra blank in the Connection Control field display. | Guy Harris | 2002-10-10 | 1 | -17/+17 |
* | Set the Info column in the SPX dissector regardless of whether we're | Guy Harris | 2002-10-08 | 1 | -8/+10 |
* | Dissector for Novell Distributed Print Services by Greg Morris. | Jörg Mayer | 2002-09-23 | 1 | -9/+21 |
* | From Greg Morris: handle watchdog packets on socket 4003 as well as | Guy Harris | 2002-09-10 | 1 | -1/+4 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -28/+28 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | Update a comment. | Guy Harris | 2002-07-04 | 1 | -4/+3 |
* | Add signature characters for IPX message watchdog positive replies and | Guy Harris | 2002-07-02 | 1 | -7/+39 |
* | Fix the capitalization of NetWare. | Guy Harris | 2002-06-26 | 1 | -21/+21 |
* | From Markus Steinmann: add IPX SAP for SEH's InterCon Printserver. | Guy Harris | 2002-06-25 | 1 | -1/+2 |
* | From Joerg Mayer: get rid of extra arguments to capture routines. | Guy Harris | 2002-04-24 | 1 | -2/+2 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 1 | -2/+2 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -10/+13 |
* | Convert some "col_add_str()" calls to "col_set_str()". | Guy Harris | 2002-01-21 | 1 | -5/+5 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -30/+30 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -3/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -16/+21 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -3/+6 |
* | Remove a duplicate entry from the SAP table, and move an entry in that | Guy Harris | 2001-11-25 | 1 | -3/+2 |
* | Throw in a large pile of additional SAP values. | Guy Harris | 2001-11-25 | 1 | -43/+223 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -2/+2 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | Use "val_to_str()", rather than "match_strval()", in "socket_text()". | Guy Harris | 2001-10-20 | 1 | -19/+11 |
* | add a couple of socket numbers that seem to be consistently allocated for the... | Nathan Neulinger | 2001-10-08 | 1 | -1/+7 |
* | Use the "pinfo" argument, rather than the global "pi", to refer to the | Guy Harris | 2001-07-03 | 1 | -5/+5 |