| Commit message (Expand) | Author | Age | Files | Lines |
* | Heikki Vatiainen's SAP (Session Announcement Protocol) dissector. | Guy Harris | 1999-11-17 | 8 | -8/+337 |
* | Typo fix, from Heikki Vatiainen. | Guy Harris | 1999-11-17 | 1 | -2/+2 |
* | We should be checking the value of loc_of_slash instead of index. It | Gilbert Ramirez | 1999-11-16 | 1 | -2/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 88 | -918/+1587 |
* | "gtk_object_get_data()" returns a pointer, so its return value shouldn't | Guy Harris | 1999-11-16 | 1 | -2/+2 |
* | I hope no one just committed something on this. | Richard Sharpe | 1999-11-16 | 1 | -5/+10 |
* | Remove an "#if 0"-ed out chunk of code that was supposed to cause the | Guy Harris | 1999-11-16 | 1 | -5/+1 |
* | Don't store both "start" and "length" in each GUI proto_tree item. Just | Gilbert Ramirez | 1999-11-15 | 3 | -12/+12 |
* | added sap types, netbios name types, ipx socket names | Nathan Neulinger | 1999-11-15 | 2 | -2/+39 |
* | Got rid of dissect_rpc_string routine, renamed dissect_rpc_string_item to | Nathan Neulinger | 1999-11-15 | 5 | -155/+153 |
* | start of display filters and fix for toupper prototype | Nathan Neulinger | 1999-11-15 | 1 | -2/+48 |
* | Fixed rpc dissector to upcase program name. | Nathan Neulinger | 1999-11-15 | 3 | -6/+18 |
* | Uwe Girlich's patches for nfs,mount,portmap and addition of nlm. | Nathan Neulinger | 1999-11-15 | 13 | -73/+893 |
* | We have to include <sys/types.h> before including <netinet/in.h> on some | Guy Harris | 1999-11-15 | 1 | -1/+5 |
* | Add "class" that understands IPv4 addresses and subnet masks. | Gilbert Ramirez | 1999-11-15 | 9 | -31/+468 |
* | For ONC RPC, when constructing conversations, use a null address as the | Guy Harris | 1999-11-14 | 2 | -32/+46 |
* | Move the test to see if something looks like an ONC RPC request or reply | Guy Harris | 1999-11-14 | 3 | -75/+107 |
* | Set "conversation_keys" to NULL after destroying the list of | Guy Harris | 1999-11-14 | 1 | -1/+2 |
* | Add display filters. | Laurent Deniel | 1999-11-14 | 1 | -8/+20 |
* | Add display filters. | Laurent Deniel | 1999-11-14 | 1 | -8/+22 |
* | Add display filters. | Laurent Deniel | 1999-11-14 | 2 | -9/+20 |
* | OK, | Richard Sharpe | 1999-11-14 | 1 | -84/+278 |
* | Fixed some more small problems and added support for decoding | Richard Sharpe | 1999-11-14 | 2 | -53/+377 |
* | Dissect a whole pile of Q.931 information elements. | Guy Harris | 1999-11-13 | 1 | -137/+1850 |
* | Add ETT_Q931_IE | Gilbert Ramirez | 1999-11-13 | 1 | -1/+2 |
* | A few cause codes more (cue Ennio Morricone). | Guy Harris | 1999-11-13 | 1 | -2/+6 |
* | Add initial support for decoding information elements. | Guy Harris | 1999-11-13 | 1 | -1/+355 |
* | Add support for HINFO records. | Guy Harris | 1999-11-12 | 1 | -1/+76 |
* | enhancements to ypserv dissector | Nathan Neulinger | 1999-11-12 | 2 | -10/+53 |
* | added minimalist MAPI dissector - only determines request/reply | Nathan Neulinger | 1999-11-11 | 4 | -3/+93 |
* | Added mount dissector. | Nathan Neulinger | 1999-11-11 | 10 | -33/+271 |
* | bgp improvements. | Jun-ichiro itojun Hagino | 1999-11-11 | 3 | -132/+208 |
* | The conversation comparison code should, if *any* of the tests that | Guy Harris | 1999-11-11 | 1 | -50/+33 |
* | Additions to bootparams, portmap, and ypserv dissectors | Nathan Neulinger | 1999-11-11 | 4 | -64/+224 |
* | Remove potential for a bad toshiba trace file to overflow a fixed char[] | Gilbert Ramirez | 1999-11-11 | 1 | -3/+5 |
* | Expanded bootparams dissector to handle decoding getfile calls and replies. | Nathan Neulinger | 1999-11-11 | 6 | -11/+154 |
* | Some general fixups and some fixes for protocol decode problems | Richard Sharpe | 1999-11-11 | 1 | -17/+43 |
* | Support all lengths of call reference value (1 to 15 octets). | Guy Harris | 1999-11-11 | 1 | -27/+10 |
* | Change my e-mail address to the forwarding address my *alma mater* | Guy Harris | 1999-11-11 | 6 | -8/+12 |
* | Add #defines for bits in the LAPD address field and for the LAPD SAPI | Guy Harris | 1999-11-11 | 5 | -18/+262 |
* | "XDLC_CONTROL_LEN()" actually returned the length of the entire xDLC | Guy Harris | 1999-11-11 | 2 | -15/+17 |
* | Remove unnecessary file_seek per packet, speeding up loading of a | Gilbert Ramirez | 1999-11-11 | 1 | -3/+4 |
* | Add LAPD support. | Gilbert Ramirez | 1999-11-11 | 6 | -16/+184 |
* | expanded portmap dissector to process some of the procedure calls | Nathan Neulinger | 1999-11-10 | 2 | -9/+119 |
* | Changed protocol names to all lowercase. It looks weird in listing though. | Nathan Neulinger | 1999-11-10 | 5 | -9/+16 |
* | More small memleak fixes. | Gilbert Ramirez | 1999-11-10 | 3 | -4/+8 |
* | Fixed small memory leak in wiretap (frame_buffer wasn't being freed), | Gilbert Ramirez | 1999-11-10 | 5 | -17/+22 |
* | Added dissect_imap() prototype to get rid of compilation warning | Gilbert Ramirez | 1999-11-10 | 1 | -1/+2 |
* | Added stubs for various RPC routines: | Nathan Neulinger | 1999-11-10 | 14 | -31/+457 |
* | added ypxfr program to rpc | Nathan Neulinger | 1999-11-10 | 2 | -2/+8 |