| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -1152/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Move the redefinition of "isprint()" to be used by dissectors when | Guy Harris | 2004-07-09 | 1 | -1/+3 |
* | Use "format_text()" on strings, so we handle non-printable characters. | Guy Harris | 2004-06-16 | 1 | -19/+26 |
* | From Devin Heitmueller: improve decoding of outgoing and incoming | Guy Harris | 2004-06-03 | 1 | -2/+100 |
* | Use "tvb_reported_length_remaining()" in "until the end of the packet" | Guy Harris | 2004-05-05 | 1 | -21/+21 |
* | From Jelmer Vernooij: | Olivier Biot | 2004-04-26 | 1 | -1/+7 |
* | From Jelmer Vernooij: | Olivier Biot | 2004-04-26 | 1 | -111/+237 |
* | From Jelmer Vernooij: | Guy Harris | 2004-04-20 | 1 | -77/+121 |
* | From Jon Oberheide: add the "Password Hash" label to AIM_TLV_PASSWORD | Guy Harris | 2004-04-11 | 1 | -1/+2 |
* | Get rid of a no-longer-used argument. | Guy Harris | 2004-03-23 | 1 | -4/+4 |
* | The dissectors for particular AIM families aren't for real protocols, | Guy Harris | 2004-03-23 | 1 | -2/+2 |
* | From Jelmer Vernooij: split the AIM dissector into multiple files, and | Guy Harris | 2004-03-23 | 1 | -1525/+234 |
* | From Jelmer Vernooij: add support for SNAC(x,1), SNAC(1,2-6) and | Guy Harris | 2004-03-20 | 1 | -194/+281 |
* | From Jelmer Vernooij: add support for some more SNACs. | Guy Harris | 2004-03-20 | 1 | -6/+121 |
* | warning: ISO C does not allow extra ; outside of a function | Jörg Mayer | 2003-12-21 | 1 | -2/+2 |
* | Add new routines: | Guy Harris | 2003-06-12 | 1 | -3/+2 |
* | More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that Bad | Gerald Combs | 2003-05-19 | 1 | -3/+3 |
* | "tvb_get_nstringz0()" now expects its third argument to be the maximum | Guy Harris | 2003-05-11 | 1 | -6/+6 |
* | Modify tvb_get_nstringz*() to behave more like snprintf(). Make changes | Gerald Combs | 2003-04-30 | 1 | -3/+2 |
* | From Devin Heitmueller: dissect the "List" subtype in the Server Stored | Guy Harris | 2003-04-15 | 1 | -4/+139 |
* | From Devin Heitmueller: for packets with an unknown family ID, display | Guy Harris | 2003-03-14 | 1 | -2/+2 |
* | From Devin Heitmueller: dissection for user info requests (away message, | Guy Harris | 2003-02-27 | 1 | -7/+51 |
* | From Devin Heitmueller: handle the AIM logon reply. | Guy Harris | 2003-02-21 | 1 | -4/+40 |
* | Updates from Devin Heitmueller to add a framework to handle TLVs, and to | Guy Harris | 2003-02-20 | 1 | -23/+158 |
* | Do desegmentation and handle multiple AIM messages per TCP segment. | Guy Harris | 2003-01-20 | 1 | -36/+76 |
* | From Devin Heitmueller: further AIM cleanups, including cleanups of | Guy Harris | 2003-01-15 | 1 | -54/+445 |
* | From Devin Heitmueller: | Guy Harris | 2003-01-12 | 1 | -337/+804 |
* | From Devin Heitmueller: improve dissection of the AIM signon-reply, the | Guy Harris | 2003-01-11 | 1 | -3/+107 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -85/+85 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -12/+4 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | The family and subtype fields in AIM messages are 16-bit fields, and | Guy Harris | 2002-01-20 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -71/+71 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -7/+7 |
* | Fix Gerald's e-mail address - and fix it in "README.developer", so | Guy Harris | 2001-04-20 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -9/+1 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Updates from Ralf Holzer. | Guy Harris | 2000-11-28 | 1 | -17/+93 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -6/+6 |
* | "pinfo->current_proto" is typically set to an acronym or short name for | Guy Harris | 2000-11-12 | 1 | -2/+2 |
* | AIM/OSCAR dissector, from Ralf Holzer. | Guy Harris | 2000-11-06 | 1 | -0/+548 |