| Commit message (Expand) | Author | Age | Files | Lines |
* | Give each LDAP packet its own top-level protocol tree item. (This also | Guy Harris | 2002-01-14 | 1 | -17/+30 |
* | Add support for TCP desegmentation. | Guy Harris | 2002-01-14 | 1 | -10/+51 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -11/+11 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+6 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -2/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -31/+31 |
* | Only set the Info column to an error indication if we haven't already | Guy Harris | 2001-05-08 | 1 | -3/+3 |
* | Additional LDAP checks for invalid packets, from Scott Renfro. | Guy Harris | 2001-05-08 | 1 | -5/+20 |
* | Get rid of an unused variable, and fix a typo in a comment. | Guy Harris | 2001-04-15 | 1 | -4/+2 |
* | Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. | Guy Harris | 2001-04-15 | 1 | -100/+94 |
* | The difference between two pointers doesn't necessarily fit in an "int" | Guy Harris | 2001-01-10 | 1 | -3/+4 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -1/+6 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Rename "asn1_octet_string_value_decode()" to | Guy Harris | 2000-12-24 | 1 | -4/+5 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Don't assume that you get back from "asn1_octet_string_decode()" a | Guy Harris | 2000-08-24 | 1 | -15/+55 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -6/+1 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -2/+2 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -21/+57 |
* | Doug Nazar's patch to dissect substring filters. | Guy Harris | 2000-05-12 | 1 | -3/+89 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -15/+15 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -2/+11 |
* | Add in an include of "snprintf.h" on platforms where it's necessary. | Guy Harris | 2000-04-06 | 1 | -1/+11 |
* | Another update from Doug Nazar. | Guy Harris | 2000-04-03 | 1 | -2/+2 |
* | Improvements from Doug Nazar. | Guy Harris | 2000-04-03 | 1 | -12/+8 |
* | Put in the beginnings of checks for ASN.1 dissection errors. | Guy Harris | 2000-03-31 | 1 | -48/+101 |
* | Updates from Doug Nazar. | Guy Harris | 2000-03-29 | 1 | -239/+300 |
* | Doug Nazar's LDAP dissector. | Guy Harris | 2000-03-28 | 1 | -97/+857 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | added ldap dissector placeholder, just does request/response for now, until I... | Nathan Neulinger | 1999-12-09 | 1 | -0/+158 |