| Commit message (Expand) | Author | Age | Files | Lines |
* | A "character encoding" variable is now set per packet. The existence | Gilbert Ramirez | 1999-11-22 | 1 | -1/+8 |
* | Added Heikki Vatiainen's <hessu@cs.tut.fi> HSRP dissector. | Gilbert Ramirez | 1999-11-21 | 1 | -1/+2 |
* | Added Heikki Vatiainen's <hessu@cs.tut.fi> VRRP dissector. | Gilbert Ramirez | 1999-11-21 | 1 | -1/+2 |
* | Enable ether name resolution for packet summary lines of IPX packets | Gilbert Ramirez | 1999-11-20 | 1 | -1/+2 |
* | Beginnings of Q.2931 support. | Guy Harris | 1999-11-19 | 1 | -1/+2 |
* | Add support for SSCOP protocol; dissect signalling AAL packets using it. | Guy Harris | 1999-11-19 | 1 | -1/+2 |
* | Provide a general mechanism by which dissectors can register "init" | Guy Harris | 1999-11-17 | 1 | -4/+9 |
* | Heikki Vatiainen's SAP (Session Announcement Protocol) dissector. | Guy Harris | 1999-11-17 | 1 | -1/+2 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -282/+1 |
* | Uwe Girlich's patches for nfs,mount,portmap and addition of nlm. | Nathan Neulinger | 1999-11-15 | 1 | -1/+15 |
* | Move the test to see if something looks like an ONC RPC request or reply | Guy Harris | 1999-11-14 | 1 | -2/+10 |
* | Fixed some more small problems and added support for decoding | Richard Sharpe | 1999-11-14 | 1 | -1/+3 |
* | Add ETT_Q931_IE | Gilbert Ramirez | 1999-11-13 | 1 | -1/+2 |
* | added minimalist MAPI dissector - only determines request/reply | Nathan Neulinger | 1999-11-11 | 1 | -1/+3 |
* | Added mount dissector. | Nathan Neulinger | 1999-11-11 | 1 | -2/+2 |
* | bgp improvements. | Jun-ichiro itojun Hagino | 1999-11-11 | 1 | -1/+5 |
* | Add #defines for bits in the LAPD address field and for the LAPD SAPI | Guy Harris | 1999-11-11 | 1 | -1/+3 |
* | Add LAPD support. | Gilbert Ramirez | 1999-11-11 | 1 | -1/+4 |
* | 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 | 1 | -3/+3 |
* | added ypxfr program to rpc | Nathan Neulinger | 1999-11-10 | 1 | -1/+2 |
* | Added imap dissector, pretty much a simple translation of the pop | Nathan Neulinger | 1999-11-10 | 1 | -1/+2 |
* | Add a "Find Frame" menu item under "Display"; it lets you use a display | Guy Harris | 1999-11-06 | 1 | -1/+2 |
* | Updates to the ICQ decoder, from Kojak. | Guy Harris | 1999-11-06 | 1 | -5/+6 |
* | more updates to bgp dissector. | Jun-ichiro itojun Hagino | 1999-11-06 | 1 | -1/+7 |
* | Updates to the ONC RPC and NFS code, from Uwe Girlich. | Guy Harris | 1999-11-05 | 1 | -3/+11 |
* | Don Lafontaine's IGRP/EIGRP dissector. | Guy Harris | 1999-10-30 | 1 | -1/+3 |
* | Give DDP packets their own ETT_ type, rather than using ETT_IP. | Guy Harris | 1999-10-29 | 1 | -1/+2 |
* | Uwe Girlich's ONC RPC and NFS dissectors. | Guy Harris | 1999-10-29 | 1 | -1/+19 |
* | Update from Kojak to dissect ICQ login packets and text messages. | Guy Harris | 1999-10-25 | 1 | -1/+2 |
* | Kojak's ICQ dissector. | Guy Harris | 1999-10-24 | 1 | -1/+5 |
* | Add support for Banyan Vines addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -2/+3 |
* | Add support for Appletalk DDP addresses to the code that handles the | Guy Harris | 1999-10-22 | 1 | -2/+3 |
* | Generalize the "ip_src" and "ip_dst" members of the "packet_info" | Guy Harris | 1999-10-22 | 1 | -9/+52 |
* | Nathan Neulinger's 802.1q VLAN patch. | Guy Harris | 1999-10-20 | 1 | -1/+3 |
* | Added Nathan's patch for AFS and RX dissection. | Gilbert Ramirez | 1999-10-20 | 1 | -1/+12 |
* | improve ripng dissector. decode route entries in more detail. | Jun-ichiro itojun Hagino | 1999-10-18 | 1 | -1/+2 |
* | Phil Techau's patch to add "col_append_str()". | Guy Harris | 1999-10-15 | 1 | -1/+2 |
* | BGP decoding. more attributes and NLRIs needs to be added. | Jun-ichiro itojun Hagino | 1999-10-15 | 1 | -1/+3 |
* | IPComp (RFC2393) decoding. | Jun-ichiro itojun Hagino | 1999-10-15 | 1 | -1/+3 |
* | use inet_pton() and inet_ntop(), which are RFC2553 standard function | Jun-ichiro itojun Hagino | 1999-10-14 | 1 | -1/+3 |
* | Nathan Neulinger's NTP dissector. | Guy Harris | 1999-10-14 | 1 | -1/+4 |
* | implement ipprotostr() in ipproto.c, which basically does ipprotobynumber() | Jun-ichiro itojun Hagino | 1999-10-14 | 1 | -1/+5 |
* | Nathan Neulinger's dissector for the Yahoo messenger and pager | Guy Harris | 1999-10-14 | 1 | -1/+3 |
* | Jun-ichiro itojun Hagino's code for PIM, and some fixes from him as | Guy Harris | 1999-10-13 | 1 | -1/+4 |
* | Jun-ichiro itojun Hagino's changes for IPv6 extension header decoding | Guy Harris | 1999-10-12 | 1 | -1/+2 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -1/+20 |
* | Big bunch of fixes to packet-smb.c for things I need. | Richard Sharpe | 1999-10-10 | 1 | -1/+3 |
* | Christophe Tronche's BPDU dissector. | Guy Harris | 1999-10-08 | 1 | -1/+3 |
* | A bunch of fixes for SMB decode. | Richard Sharpe | 1999-10-03 | 1 | -1/+3 |