aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-11-01set data for IV alwaysTomas Kukosa1-4/+5
2007-11-01Remove add_oid_str_name.Anders Broman1-1/+0
2007-10-31Use oid_add_from_string for adding names.Anders Broman10-410/+449
2007-10-31Use oid_add_from_string for adding names.Anders Broman14-115/+115
2007-10-31Use oid_add_from_string for adding names.Anders Broman7-42/+42
2007-10-31Use oid_add_from_string for adding names, names changed to short form.Anders Broman1-31/+31
2007-10-31From Martin Peylo:Anders Broman2-12/+38
2007-10-31From Stefano Picerno:Anders Broman2-152/+355
2007-10-31From Christopher McKenzie: Zero out our SAs before we use them.Gerald Combs2-22/+8
2007-10-30Fix some null dereferences.Gerald Combs1-142/+153
2007-10-30Minor correction to protocol behavior handling when security type "none" isStephen Fisher1-4/+6
2007-10-30Fix for issue #1 in bug #1947 by doing a major overhaul of how the firstStephen Fisher1-311/+294
2007-10-29asn2wrsTomas Kukosa21-348/+366
2007-10-29add a asn2wrs generated T.125 MCP dissectorRonnie Sahlberg4-2/+2670
2007-10-29register tpkt for port 3389 and use x224 as the subdissector for this Ronnie Sahlberg1-1/+19
2007-10-29add x224 to the makefileRonnie Sahlberg1-0/+1
2007-10-29add an initial x.224 dissector it is very incompleteRonnie Sahlberg1-0/+321
2007-10-29When there are multiple conversations with the same key, conversation_lookup_...Sake Blok1-1/+1
2007-10-29Include winposixtypes.h only if building with GNUTLS; Bug 1942: part 2 of 2 o...Bill Meier2-10/+10
2007-10-29Include winposixtype.h only if building with GNUTLS; Bug #1949: Part 1 of fixBill Meier1-9/+10
2007-10-28This patch is a remake of SVN 22762:Sake Blok1-59/+92
2007-10-28from Gisele Vanem:Jaap Keuter1-0/+1
2007-10-27From Stefan Puiu:Anders Broman1-13/+49
2007-10-27From Stephane Chazelas:Anders Broman1-7/+7
2007-10-27From Martin Peylo:Anders Broman1-106/+476
2007-10-27From Mark C. Brown:Anders Broman1-8/+31
2007-10-27From Steve Osselton:Anders Broman1-15/+18
2007-10-27From Stefano Picerno:Anders Broman2-508/+1495
2007-10-27From Andrew Feren:Anders Broman1-0/+2
2007-10-27From Andrew Feren:Anders Broman1-1/+2
2007-10-27Apply yet another set of the optimization patches:Anders Broman5-38/+63
2007-10-27Fix for bug 1935. Jaap Keuter1-3/+19
2007-10-26Minor indentation changesJeff Morriss1-20/+18
2007-10-26Stop including xmlstab.hMartin Mathieson1-1/+0
2007-10-26Remove some unnecessary includes.Martin Mathieson1-4/+0
2007-10-26Show the acronyms for LSSU types in the Info column rather than the long desc...Jeff Morriss1-2/+13
2007-10-26H.501 Mobility protocol implementedTomas Kukosa2-0/+3725
2007-10-26Apply yet another set of the optimization patches:Anders Broman4-57/+90
2007-10-25new codec table for registering codecs by nameTomas Kukosa6-4/+178
2007-10-24Remove unused variable.Anders Broman1-1/+0
2007-10-24Use the media_type_dissector_table for the content type.Anders Broman3-67/+109
2007-10-24Remove a couple of unused variables.Gerald Combs2-227/+225
2007-10-24Add port ranges.Anders Broman2-24/+63
2007-10-24add common VoIP TAP listener "voip" which can be used in arbitrary experiment...Tomas Kukosa2-0/+60
2007-10-24Squelch warnings about uninitialized structure members.Guy Harris1-81/+83
2007-10-24"time_t" might be an "int" or might be a "long"; cast it to "long" andGuy Harris1-6/+8
2007-10-24packet-diameter.c should now compile without warnings. Mark it as aGuy Harris1-1/+1
2007-10-24Make sure characters aren't sign-extended before being handed toGuy Harris1-1/+1
2007-10-23Make groups of PDUs filterable as large FT_BYTES itemsMartin Mathieson2-2/+5
2007-10-23Apply the small performance enhancment patches for:Anders Broman126-267/+264