| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a preference to the Diameter dissector allowing to control whether | Olivier Biot | 2004-03-05 | 1 | -7/+17 |
* | Make both the Diameter-over-TCP and Diameter-over-SCTP dissectors | Guy Harris | 2004-02-21 | 1 | -58/+46 |
* | Include <errno.h> to declare "errno". | Guy Harris | 2004-02-21 | 1 | -1/+2 |
* | Report a failure to open the XML disctionary file with | Guy Harris | 2004-02-21 | 1 | -2/+3 |
* | Trivial warning fixes: func(void), not func() | Jörg Mayer | 2004-01-19 | 1 | -4/+4 |
* | splitted some of the preferences texts into more than one line, | Ulf Lamping | 2004-01-17 | 1 | -2/+2 |
* | From Steve Ford: "prefs_register_string_preference()" makes a copy of | Guy Harris | 2003-10-29 | 1 | -5/+17 |
* | Removed duplicate definitions of flags_set_truth. | Tim Potter | 2003-07-09 | 1 | -6/+1 |
* | From Richard Urwin: | Guy Harris | 2003-05-15 | 1 | -7/+3 |
* | Fix a typo. | Guy Harris | 2003-04-12 | 1 | -2/+2 |
* | From David Frascone: use a string constant rather than a global variable | Guy Harris | 2003-04-10 | 1 | -6/+2 |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -15/+13 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -68/+68 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -17/+9 |
* | From Joerg Mayer: make a pile of stuff not used outside one source file | Guy Harris | 2002-05-10 | 1 | -2/+2 |
* | From Joerg Mayer: get rid of unused arguments. | Guy Harris | 2002-05-02 | 1 | -12/+12 |
* | Removal (or, at least, #ifdeffing out) of unused variables and | Guy Harris | 2002-04-29 | 1 | -3/+1 |
* | From David Frascone: fix pathname of Diameter directory file. | Guy Harris | 2002-03-05 | 1 | -3/+2 |
* | Don't copy the AVP data to a buffer from the tvbuff and then extract | Guy Harris | 2002-01-31 | 1 | -93/+131 |
* | Include <string.h> to declare various string functions. | Guy Harris | 2002-01-30 | 1 | -9/+14 |
* | Convert some "col_add_str()" calls to "col_set_str()". | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -4/+4 |
* | Fix some preferences to eliminate the extra copy of the protocol name at | Guy Harris | 2002-01-15 | 1 | -2/+2 |
* | Use "%u", not "%d", to print unsigned quantities. | Guy Harris | 2002-01-08 | 1 | -5/+5 |
* | Vendor ID lookup fix, from David Frascone. | Guy Harris | 2002-01-07 | 1 | -54/+141 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -10/+10 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -10/+14 |
* | Thou shalt not use C++-style comments in C code, for they upset some C | Guy Harris | 2001-11-27 | 1 | -2/+2 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -6/+1 |
* | 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 |