aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* From David Fort: DNS DSS RR support.Guy Harris2003-11-263-3/+54
* Speed updatesRonnie Sahlberg2003-11-262-97/+53
* From Patrick Kursawe: rename "getline()" so it doesn't collide with theGuy Harris2003-11-263-5/+7
* From Jaime Fournier: fix a typo.Guy Harris2003-11-261-2/+2
* From Reinhard Speyerer: handle 10-digit UCP dates, which lack a secondsGuy Harris2003-11-253-1/+5
* As with fvalue_t, so with field_info and item_label - the individualGuy Harris2003-11-251-13/+33
* Individual fvalue_t's aren't individually allocated with "g_malloc()",Guy Harris2003-11-251-10/+22
* From Anders Broman: add more SIP headers, and the PUBLISH method.Guy Harris2003-11-251-102/+297
* replace free_node_field_info with a macro since it is only called from one ot...Ronnie Sahlberg2003-11-251-8/+5
* rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistencyRonnie Sahlberg2003-11-251-3/+3
* create a FIELD_INFO_NEW for consistencyRonnie Sahlberg2003-11-251-14/+16
* remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2003-11-255-36/+61
* change free_field_info to FREE_FIELD_INFO to indicate it is a macro and not a...Ronnie Sahlberg2003-11-251-3/+3
* fvalue_free() is one of the most called functions.Ronnie Sahlberg2003-11-258-89/+86
* Change the handling of temporary allocation of fvalue_t structures to be faster.Ronnie Sahlberg2003-11-252-81/+85
* From Jaime Fournier: show the RPC version of the unknown interface inGuy Harris2003-11-251-11/+7
* From Jamie Fournier: DCE RPC EPM version 4 support, and stub support forGuy Harris2003-11-257-3/+1024
* "file_seek()" sets "*err" - we don't have to set it ourselves.Guy Harris2003-11-251-13/+4
* "file_seek()" sets "*err" - there's no need to set it ourselves. ItGuy Harris2003-11-251-15/+7
* Fix a typo.Guy Harris2003-11-251-2/+2
* Eliminate compiler warnings.Guy Harris2003-11-241-15/+15
* Make the recent epan/proto.{c,h} change compile.Guy Harris2003-11-2410-60/+60
* Preserve 62 as an (old) IP protocol type for mobility headers.Guy Harris2003-11-243-4/+17
* performance enhancement to proto.cRonnie Sahlberg2003-11-242-23/+69
* bugfix: corrected clean and distclean targetsUlf Lamping2003-11-241-5/+5
* From Scott Hovis :CCSDS (Consultative Committee for Space Data Systems)Guy Harris2003-11-245-2/+268
* From Anders Broman: fix dissection of GRS/GRA messages.Guy Harris2003-11-241-3/+3
* Include the BFD dissector when building with MSVC++.Guy Harris2003-11-231-1/+2
* From Hannes Gredler: Add support for Bi-directional Fault Detection (BFD).Gerald Combs2003-11-233-1/+276
* - Bugfix: Passworddecoding should only be done for attribute 2, butJörg Mayer2003-11-221-9/+23
* Change the way signalType is dissected to beRonnie Sahlberg2003-11-221-2/+19
* From Martti Kuparinen: use correct values for Mobile IPv6.Guy Harris2003-11-222-7/+7
* As per Guys suggestion, continue optimizing proto.c to macroize itRonnie Sahlberg2003-11-221-50/+37
* From Olivier Biot: fix up the description of theGuy Harris2003-11-211-3/+4
* From Olivier Biot:Guy Harris2003-11-211-46/+95
* From Olivier Biot:Guy Harris2003-11-213-28/+192
* From Eric Wedel: fix dissection of NetServerDiskEnum reply.Guy Harris2003-11-213-1/+14
* From Lars Ruoff: use the pointer to the RTP payload, rather thanGuy Harris2003-11-211-2/+2
* Performance fixRonnie Sahlberg2003-11-212-16/+35
* A "handle_t" as the first argument to a call doesn't seem to be sentGuy Harris2003-11-211-19/+4
* Maybe the problem is that the compilers used on AIX weren't definingGuy Harris2003-11-211-4/+4
* Pass "strncmp()" the right number of arguments. (Why hasn't anybodyGuy Harris2003-11-211-4/+4
* From Jamie Fournier: add the UUID to the Info column for datagram calls.Guy Harris2003-11-211-3/+9
* From Jamie Fournier: DCERPC RS_PLCY support.Guy Harris2003-11-214-3/+104
* The 32-bit integer at the beginning of a context_handle is calledGuy Harris2003-11-212-6/+15
* From Lars Roland:Guy Harris2003-11-207-35/+69
* #if 0-out some no-longer-used routines.Guy Harris2003-11-201-6/+12
* From Olivier Biot: add support for media typeGuy Harris2003-11-201-1/+4
* From Martin Mathieson:Guy Harris2003-11-201-30/+95
* From Olivier Biot:Guy Harris2003-11-201-237/+126