aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions withGuy Harris2003-10-096-1861/+1861
* Add an item about prefixing #define names and enum names with a prefixGuy Harris2003-10-091-3/+8
* From Biot Olivier:Guy Harris2003-10-093-88/+147
* Change dissect_deferred_pointer()Ronnie Sahlberg2003-10-081-2/+5
* use g_htonl instead of htonlJörg Mayer2003-10-081-2/+2
* 0x81fd and 0x81ff appear to be for the Cabletron Interswitch MessageGuy Harris2003-10-082-2/+13
* Dissect NAT-Discovery and NAT-Original Address payloads, and just useGuy Harris2003-10-081-3/+67
* Get rid of an out-of-date comment.Guy Harris2003-10-071-3/+1
* Put the "X.264 protocol identifier" and "X.264 sharing strategy" fieldsOlivier Abad2003-10-071-3/+3
* From Anders Broman:Guy Harris2003-10-071-30/+543
* From Taisuke Sasaki: put in missing {} in an "if".Guy Harris2003-10-071-2/+3
* Include "gtk/color_dlg.h" to declare "color_display_with_filter()", andGuy Harris2003-10-071-1/+3
* From Hans Viens: add an H.221 manufacturer code for Mediatrix, and tweakGuy Harris2003-10-071-130/+131
* Update to endpoint talkers,Ronnie Sahlberg2003-10-073-8/+62
* Forgot to update a prototype in previous patchRonnie Sahlberg2003-10-071-2/+2
* Add Find Next/Find Previous submenu to conversation lists.Ronnie Sahlberg2003-10-073-18/+97
* Make the window geometry information static - it's not used outside thisGuy Harris2003-10-071-65/+77
* From Giles Scott: put the IP address and port number in PORT requestsGuy Harris2003-10-071-54/+166
* From Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined, <windows.h> doesn'tGuy Harris2003-10-071-2/+3
* Rename "max_tick_values" to "tick_interval_values", to make it clearerGuy Harris2003-10-061-10/+10
* Make the "needs_redraw" flag a gboolean, as it's a Boolean flag.Guy Harris2003-10-061-33/+61
* When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris2003-10-0610-48/+28
* From Michael Lum:Guy Harris2003-10-067-11/+3420
* Add One More Item to the list of things not all compilers can handle.Guy Harris2003-10-061-3/+21
* check in the following comment:Jörg Mayer2003-10-061-1/+4
* Replace the forward declaration of msg_parm_strings by moving the realJörg Mayer2003-10-061-19/+18
* From Michael Lum: ALCAP (Q.2630.1) support.Guy Harris2003-10-064-2/+1827
* From Lars Roland: not all compilers like static const arrays withGuy Harris2003-10-061-334/+338
* (Based on a patch from Lars Roland.)Guy Harris2003-10-061-2/+2
* From packet steve: get rid of some duplicate field definitions (someGuy Harris2003-10-066-28/+6
* Fix the handling of padding bytes.Guy Harris2003-10-061-8/+9
* Update a URL.Guy Harris2003-10-061-2/+2
* Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_tJörg Mayer2003-10-061-3/+3
* Another strict-aliasing warning fix - I hope I got this right :)Jörg Mayer2003-10-051-9/+13
* variable.type is of type u_char, so use 0 instead of NULLJörg Mayer2003-10-051-4/+4
* Fix 3 strict-aliasing warnings:Jörg Mayer2003-10-051-4/+4
* Get rid of another strict-aliasing warning:Jörg Mayer2003-10-051-2/+2
* Fix warning about strict-aliasingJörg Mayer2003-10-051-7/+8
* Further updates on mkcap.cRichard Sharpe2003-10-051-1/+1
* Add mkcap.c, a little utility to generate reasonable looking TCP captureRichard Sharpe2003-10-051-0/+697
* If a payload type doesn't have a dissector function, don't crash by callingGuy Harris2003-10-041-2/+2
* Fix to IO-Stat.Ronnie Sahlberg2003-10-041-1/+10
* From Michael Lum:Guy Harris2003-10-031-22/+59
* From Steve Limkemann:Guy Harris2003-10-033-73/+600
* From Michael Lum: ANSI MAP support.Guy Harris2003-10-034-2/+12899
* Include "mkstemp.h" only if we're including our own "mkstemp()".Guy Harris2003-10-031-1/+4
* Graham Bloice: Add missing #include mkstemp.hJörg Mayer2003-10-031-1/+2
* Use #ifndef HAVE_UNISTD_H instead of #ifdef _WIN32Jörg Mayer2003-10-031-2/+2
* From Graham Bloice: define YY_NO_UNISTD_H on Win32, so that if Flex wasGuy Harris2003-10-031-1/+5
* From Anders Broman:Guy Harris2003-10-031-21/+169