| Commit message (Expand) | Author | Age | Files | Lines |
* | change Extension to be implemented inside the conformance file and remove it ... | Ronnie Sahlberg | 2004-10-30 | 2 | -46/+74 |
* | implement AlgorithmIdentifier using the conformance file and remove it from t... | Ronnie Sahlberg | 2004-10-30 | 2 | -42/+66 |
* | fix call_ber_iod_callback() to move offset past the end of the current blob. | Ronnie Sahlberg | 2004-10-30 | 1 | -0/+9 |
* | update to cms to use workaround to lack of ANY and reducing the template sign... | Ronnie Sahlberg | 2004-10-29 | 2 | -142/+162 |
* | more updates of x509if | Ronnie Sahlberg | 2004-10-29 | 2 | -38/+25 |
* | new generated version of x509if | Ronnie Sahlberg | 2004-10-29 | 1 | -33/+70 |
* | From Yaniv Kaul: dissect authentication data as NTLMSSP only if it | Guy Harris | 2004-10-29 | 1 | -3/+7 |
* | As Sam Leffler notes, the radiotap header isn't BSD-only, it's also used | Guy Harris | 2004-10-29 | 1 | -1/+1 |
* | Have the usual three separate buffers for "format_text()", so that it | Guy Harris | 2004-10-29 | 1 | -23/+26 |
* | Add support for pkauthdata and pkdhkeydata OIDs. | Gerald Combs | 2004-10-28 | 5 | -24/+284 |
* | fix small bug that gets offset confused for CHOICE { } OPTIONAL if there were... | Ronnie Sahlberg | 2004-10-28 | 1 | -2/+29 |
* | The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytes | Guy Harris | 2004-10-28 | 1 | -55/+84 |
* | "dissect_MAP_Dialogue()" returns no value; declare its return value as | Guy Harris | 2004-10-27 | 2 | -644/+643 |
* | Add a MapDialouge dissector ( can be tested with the file gsm-ss-01.snoop ) | Anders Broman | 2004-10-27 | 3 | -0/+646 |
* | Improve OID dissection and make it possible to call an "OID" Dissector for Di... | Anders Broman | 2004-10-27 | 1 | -31/+69 |
* | Make it possible to register a string for an OID in the hash table. | Anders Broman | 2004-10-27 | 2 | -1/+7 |
* | Check to make sure we don't give a protocol tree item a negative length. | Guy Harris | 2004-10-27 | 2 | -15/+20 |
* | fix doxygen tags | Ulf Lamping | 2004-10-27 | 1 | -1/+1 |
* | fix doxygen generation | Ulf Lamping | 2004-10-27 | 1 | -1/+1 |
* | Don't have two variables, in different scopes in the same routine, have | Guy Harris | 2004-10-27 | 1 | -4/+4 |
* | Encapsulate into a macro the idiom | Guy Harris | 2004-10-27 | 1 | -35/+15 |
* | Fix the file name in the initial comment. | Guy Harris | 2004-10-26 | 1 | -1/+1 |
* | Rename the "boolean" enum to "val_boolean" lest the Microsoft compiler let | Gerald Combs | 2004-10-26 | 1 | -14/+14 |
* | new cms dissector based on updated and cleaned up conformance and template file. | Ronnie Sahlberg | 2004-10-26 | 1 | -36/+55 |
* | Add a "data" item to the opt_info structure, containing a "const void | Guy Harris | 2004-10-26 | 1 | -367/+345 |
* | Make yes_no work in "dissect_netware_ip_suboption()" the way it works | Guy Harris | 2004-10-25 | 1 | -27/+28 |
* | "struct o43pxeclient_opt_info" and "struct o43cablelabs_opt_info" look | Guy Harris | 2004-10-25 | 1 | -16/+6 |
* | Remove val_s_long as it's unimplemented and unused - put it back if it's | Guy Harris | 2004-10-25 | 1 | -138/+169 |
* | Rename "ipv4" to "ipv4_list", as it's used for lists of IPv4 addresses, | Guy Harris | 2004-10-25 | 1 | -48/+58 |
* | Pass to the the routines that dissect suboption lists the offset of the | Guy Harris | 2004-10-25 | 1 | -219/+465 |
* | Restructure the DHCP option parsing a bit, to make it a bit clearer - | Guy Harris | 2004-10-24 | 1 | -132/+248 |
* | Don't display the FQDN in the FQDN option if the length of the FQDN is | Guy Harris | 2004-10-24 | 1 | -15/+17 |
* | Fix the length used for the name in the FQDN option. | Guy Harris | 2004-10-24 | 1 | -2/+2 |
* | make SEQUENCE OF and CHOICE handle indefinite length encodings | Ronnie Sahlberg | 2004-10-24 | 1 | -18/+75 |
* | From Yaniv Kaul: name some more interface calls. | Guy Harris | 2004-10-24 | 1 | -1/+5 |
* | Remove the include of <epan/prefs.h> from files that don't call any | Guy Harris | 2004-10-23 | 3 | -3/+0 |
* | Put the name, as well as the value, of the family and subfamily fields | Guy Harris | 2004-10-23 | 1 | -1/+3 |
* | From Josh Bailey: fix the fetch of the IPDC payload length, it's only 10 | Guy Harris | 2004-10-22 | 1 | -3/+6 |
* | From Alejandro Vaquero: start T.38 conversations for SDP sessions. | Guy Harris | 2004-10-22 | 4 | -5/+236 |
* | From Francisco Alcoba: declare the tap data as static, so it's still | Guy Harris | 2004-10-22 | 1 | -1/+1 |
* | Include "Makefile.common" in the list of files to put into the | Guy Harris | 2004-10-22 | 1 | -2/+3 |
* | At least some versions of the OS X NFS client (and possibly some if not | Guy Harris | 2004-10-20 | 1 | -54/+67 |
* | From Tomas Kukosa: export bytes_to_str_punct(). | Guy Harris | 2004-10-20 | 1 | -0/+1 |
* | From Jacques, Olivier: - Fixing enums recognition when an XML dictionary is ... | Anders Broman | 2004-10-19 | 1 | -1/+1 |
* | From Tomas Kukosa: add range preference functions. | Guy Harris | 2004-10-19 | 1 | -0/+2 |
* | Squelch a compiler warning. | Guy Harris | 2004-10-18 | 1 | -1/+5 |
* | From Laurent Constantin: fix a (presumed) cut-and-pasteo. | Guy Harris | 2004-10-18 | 1 | -1/+1 |
* | From Olivier Jacques: Add #defines to disable XML validation. | Gerald Combs | 2004-10-18 | 1 | -1/+10 |
* | Fix some include problems and compiler warnings pointed out by Thomas Anders. | Gerald Combs | 2004-10-18 | 1 | -3/+9 |
* | From Thomas Anders: | Gerald Combs | 2004-10-18 | 1 | -20/+23 |