aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-10-10Mention gtk/ethereal-tap-register.c.Guy Harris1-1/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris21-34/+114
2003-10-10From Akira Endoh: Diffserv MPLS signaling protocol support.Guy Harris7-8/+437
2003-10-10Not all versions of libpcap have "pcap_compile_nopcap()"; use it only ifGuy Harris2-6/+8
2003-10-10Part two of different-filter-syntax-hackaround: Warn in case of captureJörg Mayer1-4/+7
2003-10-10Fix a bug for the DCERPC stats window where it forgot to print the title insi...Ronnie Sahlberg1-4/+14
2003-10-10Updated the DCERPC service response time to also offer the menu toRonnie Sahlberg3-4/+28
2003-10-10From Martin Regner, bugfix for H245.Ronnie Sahlberg1-2/+2
2003-10-10From Michal Melerowicz: remove obsolete GTP'v0 CDR dissection.Guy Harris1-572/+7
2003-10-10Use PT_ values rather than raw numbers when checking for u-law and A-lawGuy Harris1-3/+3
2003-10-10From Brad Hards: fix two problems:Guy Harris2-6/+7
2003-10-10Fix a typo.Guy Harris1-2/+2
2003-10-10From Tomas Kukosa: updates from Annex to ITU OperationalGuy Harris1-31/+34
2003-10-10Configure whether we have WinPcap based on whether WINPCAP_VERSION isGuy Harris4-9/+61
2003-10-10Add a ColorizeProcedure menu option to the ServiceResponseTime statistics dialogRonnie Sahlberg1-1/+16
2003-10-10Add a Find Next/Previous menu option to the ServiceResponseTimeStatistics dialogRonnie Sahlberg1-4/+27
2003-10-10Updates to TimeReference FramesRonnie Sahlberg3-14/+37
2003-10-10Get the version number of the libpcap/WinPcap with which we're runningGuy Harris5-53/+130
2003-10-10Use "pcap_findalldevs()" if present.Guy Harris7-395/+543
2003-10-09From Aki Immonen: add a numbre of vendor IDs.Guy Harris3-2/+246
2003-10-09Prefix the EXTENSION #defines with ASN1_ as well.Guy Harris6-3061/+3061
2003-10-09In case of a parse error in the capture syntax, check whether it isJörg Mayer1-3/+19
2003-10-09From Lo�c Minier: information on how to do reassembly of PDUs atop TCP.Guy Harris1-3/+92
2003-10-09Prefix OPTIONAL and NOT_OPTIONAL with ASN1_, to avoid collisions withGuy Harris6-1861/+1861
2003-10-09Add an item about prefixing #define names and enum names with a prefixGuy Harris1-3/+8
2003-10-09From Biot Olivier:Guy Harris3-88/+147
2003-10-08Change dissect_deferred_pointer()Ronnie Sahlberg1-2/+5
2003-10-08use g_htonl instead of htonlJörg Mayer1-2/+2
2003-10-080x81fd and 0x81ff appear to be for the Cabletron Interswitch MessageGuy Harris2-2/+13
2003-10-08Dissect NAT-Discovery and NAT-Original Address payloads, and just useGuy Harris1-3/+67
2003-10-07Get rid of an out-of-date comment.Guy Harris1-3/+1
2003-10-07Put the "X.264 protocol identifier" and "X.264 sharing strategy" fieldsOlivier Abad1-3/+3
2003-10-07From Anders Broman:Guy Harris1-30/+543
2003-10-07From Taisuke Sasaki: put in missing {} in an "if".Guy Harris1-2/+3
2003-10-07Include "gtk/color_dlg.h" to declare "color_display_with_filter()", andGuy Harris1-1/+3
2003-10-07From Hans Viens: add an H.221 manufacturer code for Mediatrix, and tweakGuy Harris1-130/+131
2003-10-07Update to endpoint talkers,Ronnie Sahlberg3-8/+62
2003-10-07Forgot to update a prototype in previous patchRonnie Sahlberg1-2/+2
2003-10-07Add Find Next/Find Previous submenu to conversation lists.Ronnie Sahlberg3-18/+97
2003-10-07Make the window geometry information static - it's not used outside thisGuy Harris1-65/+77
2003-10-07From Giles Scott: put the IP address and port number in PORT requestsGuy Harris1-54/+166
2003-10-07From Gisle Vanem: if WIN32_LEAN_AND_MEAN is defined, <windows.h> doesn'tGuy Harris1-2/+3
2003-10-06Rename "max_tick_values" to "tick_interval_values", to make it clearerGuy Harris1-10/+10
2003-10-06Make the "needs_redraw" flag a gboolean, as it's a Boolean flag.Guy Harris1-33/+61
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris10-48/+28
2003-10-06From Michael Lum:Guy Harris7-11/+3420
2003-10-06Add One More Item to the list of things not all compilers can handle.Guy Harris1-3/+21
2003-10-06check in the following comment:Jörg Mayer1-1/+4
2003-10-06Replace the forward declaration of msg_parm_strings by moving the realJörg Mayer1-19/+18
2003-10-06From Michael Lum: ALCAP (Q.2630.1) support.Guy Harris4-2/+1827