| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions with | Guy Harris | 2003-10-09 | 6 | -1861/+1861 |
* | Add an item about prefixing #define names and enum names with a prefix | Guy Harris | 2003-10-09 | 1 | -3/+8 |
* | From Biot Olivier: | Guy Harris | 2003-10-09 | 3 | -88/+147 |
* | Change dissect_deferred_pointer() | Ronnie Sahlberg | 2003-10-08 | 1 | -2/+5 |
* | use g_htonl instead of htonl | Jörg Mayer | 2003-10-08 | 1 | -2/+2 |
* | 0x81fd and 0x81ff appear to be for the Cabletron Interswitch Message | Guy Harris | 2003-10-08 | 2 | -2/+13 |
* | Dissect NAT-Discovery and NAT-Original Address payloads, and just use | Guy Harris | 2003-10-08 | 1 | -3/+67 |
* | Get rid of an out-of-date comment. | Guy Harris | 2003-10-07 | 1 | -3/+1 |
* | Put the "X.264 protocol identifier" and "X.264 sharing strategy" fields | Olivier Abad | 2003-10-07 | 1 | -3/+3 |
* | From Anders Broman: | Guy Harris | 2003-10-07 | 1 | -30/+543 |
* | From Taisuke Sasaki: put in missing {} in an "if". | Guy Harris | 2003-10-07 | 1 | -2/+3 |
* | Include "gtk/color_dlg.h" to declare "color_display_with_filter()", and | Guy Harris | 2003-10-07 | 1 | -1/+3 |
* | From Hans Viens: add an H.221 manufacturer code for Mediatrix, and tweak | Guy Harris | 2003-10-07 | 1 | -130/+131 |
* | Update to endpoint talkers, | Ronnie Sahlberg | 2003-10-07 | 3 | -8/+62 |
* | Forgot to update a prototype in previous patch | Ronnie Sahlberg | 2003-10-07 | 1 | -2/+2 |
* | Add Find Next/Find Previous submenu to conversation lists. | Ronnie Sahlberg | 2003-10-07 | 3 | -18/+97 |
* | Make the window geometry information static - it's not used outside this | Guy Harris | 2003-10-07 | 1 | -65/+77 |
* | From Giles Scott: put the IP address and port number in PORT requests | Guy Harris | 2003-10-07 | 1 | -54/+166 |
* | From Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined, <windows.h> doesn't | Guy Harris | 2003-10-07 | 1 | -2/+3 |
* | Rename "max_tick_values" to "tick_interval_values", to make it clearer | Guy Harris | 2003-10-06 | 1 | -10/+10 |
* | Make the "needs_redraw" flag a gboolean, as it's a Boolean flag. | Guy Harris | 2003-10-06 | 1 | -33/+61 |
* | When registering a field, make sure its ID is -1 or 0 - if it's not, | Guy Harris | 2003-10-06 | 10 | -48/+28 |
* | From Michael Lum: | Guy Harris | 2003-10-06 | 7 | -11/+3420 |
* | Add One More Item to the list of things not all compilers can handle. | Guy Harris | 2003-10-06 | 1 | -3/+21 |
* | check in the following comment: | Jörg Mayer | 2003-10-06 | 1 | -1/+4 |
* | Replace the forward declaration of msg_parm_strings by moving the real | Jörg Mayer | 2003-10-06 | 1 | -19/+18 |
* | From Michael Lum: ALCAP (Q.2630.1) support. | Guy Harris | 2003-10-06 | 4 | -2/+1827 |
* | From Lars Roland: not all compilers like static const arrays with | Guy Harris | 2003-10-06 | 1 | -334/+338 |
* | (Based on a patch from Lars Roland.) | Guy Harris | 2003-10-06 | 1 | -2/+2 |
* | From packet steve: get rid of some duplicate field definitions (some | Guy Harris | 2003-10-06 | 6 | -28/+6 |
* | Fix the handling of padding bytes. | Guy Harris | 2003-10-06 | 1 | -8/+9 |
* | Update a URL. | Guy Harris | 2003-10-06 | 1 | -2/+2 |
* | Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_t | Jörg Mayer | 2003-10-06 | 1 | -3/+3 |
* | Another strict-aliasing warning fix - I hope I got this right :) | Jörg Mayer | 2003-10-05 | 1 | -9/+13 |
* | variable.type is of type u_char, so use 0 instead of NULL | Jörg Mayer | 2003-10-05 | 1 | -4/+4 |
* | Fix 3 strict-aliasing warnings: | Jörg Mayer | 2003-10-05 | 1 | -4/+4 |
* | Get rid of another strict-aliasing warning: | Jörg Mayer | 2003-10-05 | 1 | -2/+2 |
* | Fix warning about strict-aliasing | Jörg Mayer | 2003-10-05 | 1 | -7/+8 |
* | Further updates on mkcap.c | Richard Sharpe | 2003-10-05 | 1 | -1/+1 |
* | Add mkcap.c, a little utility to generate reasonable looking TCP capture | Richard Sharpe | 2003-10-05 | 1 | -0/+697 |
* | If a payload type doesn't have a dissector function, don't crash by calling | Guy Harris | 2003-10-04 | 1 | -2/+2 |
* | Fix to IO-Stat. | Ronnie Sahlberg | 2003-10-04 | 1 | -1/+10 |
* | From Michael Lum: | Guy Harris | 2003-10-03 | 1 | -22/+59 |
* | From Steve Limkemann: | Guy Harris | 2003-10-03 | 3 | -73/+600 |
* | From Michael Lum: ANSI MAP support. | Guy Harris | 2003-10-03 | 4 | -2/+12899 |
* | Include "mkstemp.h" only if we're including our own "mkstemp()". | Guy Harris | 2003-10-03 | 1 | -1/+4 |
* | Graham Bloice: Add missing #include mkstemp.h | Jörg Mayer | 2003-10-03 | 1 | -1/+2 |
* | Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32 | Jörg Mayer | 2003-10-03 | 1 | -2/+2 |
* | From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex was | Guy Harris | 2003-10-03 | 1 | -1/+5 |
* | From Anders Broman: | Guy Harris | 2003-10-03 | 1 | -21/+169 |