| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow a dissector to register preferences that it no longer supports as | Guy Harris | 2001-11-04 | 1 | -1/+6 |
* | Clean up the Info column, by leaving the ": " that separates bad | Guy Harris | 2001-11-03 | 1 | -2/+5 |
* | Support for desegmentation of Diameter-over-TCP, from David Frascone. | Guy Harris | 2001-11-03 | 1 | -11/+77 |
* | In "addStaticAVP()", add the new entry to the list of AVP types after | Guy Harris | 2001-11-03 | 1 | -1/+5 |
* | Add support for 64-bit signed integers in "int-64bit.[ch]", add an | Guy Harris | 2001-11-02 | 1 | -10/+4 |
* | From David Frascone: duUpdate to Diameter dissector to load the | Guy Harris | 2001-11-01 | 1 | -101/+867 |
* | From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integers | Guy Harris | 2001-10-29 | 1 | -10/+3 |
* | Don't cast "data" to "unsigned long long"; "long long" - or whatever | Guy Harris | 2001-08-04 | 1 | -2/+2 |
* | From David Frascone: update to the DIAMETER dissector for | Guy Harris | 2001-07-30 | 1 | -603/+699 |
* | Fixes, from Scott Renfro, for some calls to "localtime()" that didn't | Guy Harris | 2001-07-15 | 1 | -5/+9 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -23/+23 |
* | Fix the copyright notice to reflect the fact that Gerald holds the | Guy Harris | 2001-05-27 | 1 | -3/+4 |
* | Updates from David Frascone. | Guy Harris | 2001-04-10 | 1 | -12/+34 |
* | Updates from David Frascone: includes DIAMETER-over-SCTP support. | Guy Harris | 2001-02-23 | 1 | -25/+35 |
* | In the DIAMETER dissector, clear the Info column before fetching | Guy Harris | 2001-02-20 | 1 | -1/+3 |
* | Don't do anything with 64-bit integral types if G_HAVE_GINT64 isn't | Guy Harris | 2001-02-20 | 1 | -10/+16 |
* | As "dissect_diameter()" is now static to "packet-diameter.c", there's no | Guy Harris | 2001-02-19 | 1 | -2/+1 |
* | New tvbuffified DIAMETER dissector, from David Frascone. | Guy Harris | 2001-02-19 | 1 | -522/+567 |
* | 3rd time's a charm. | Gilbert Ramirez | 2001-02-16 | 1 | -4/+6 |
* | Off-by-a-little-bit in adjusting the offset. | Gilbert Ramirez | 2001-02-16 | 1 | -3/+3 |
* | Don't trust avp_length, which is taken directly from the packet data. | Gilbert Ramirez | 2001-02-16 | 1 | -6/+23 |
* | Fix up some MSVC complaints about (narrowing) type conversions by | Guy Harris | 2001-02-05 | 1 | -2/+2 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -5/+9 |
* | Add a new "prefs_register_protocol()" routine, which is like | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -7/+8 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Updates from David Frascone. | Guy Harris | 2000-10-21 | 1 | -15/+29 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+2 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -9/+9 |
* | Fix typo in description of Diameter.tcp.port preference. | Gilbert Ramirez | 2000-08-03 | 1 | -2/+2 |
* | Include <time.h> to declare "localtime()" and "strftime()", and use | Guy Harris | 2000-07-31 | 1 | -2/+3 |
* | David Frascone's DIAMETER dissector. | Guy Harris | 2000-07-30 | 1 | -0/+752 |