aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2006-09-12From: Luca Deri via Andrew Feren:Anders Broman1-99/+159
2006-09-12Set default port to zero.Anders Broman1-2/+2
2006-09-12More DCH control typesMartin Mathieson1-17/+64
2006-09-12Fix for bug 1098. Add BPDU dissector to ethertype 0x8181.Jaap Keuter3-1/+8
2006-09-12from Taner Kurtulus and Menno AndriesseRonnie Sahlberg1-14/+83
2006-09-12from Florian LohoffRonnie Sahlberg1-6/+7
2006-09-12from bryant easthamRonnie Sahlberg1-8/+10
2006-09-12Various small fixes and prettificationsMartin Mathieson1-12/+60
2006-09-12put the ah and esp payload as its own top level expansion in the tree instead...Ronnie Sahlberg1-3/+3
2006-09-12prettify dissection of ESPRonnie Sahlberg1-9/+24
2006-09-12various nmake related build file cleanupsUlf Lamping1-1/+1
2006-09-11tweak the nmake build so the NET-SNMP library is in fact optional (as it is i...Ulf Lamping1-1/+1
2006-09-11Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1091Anders Broman1-13/+47
2006-09-11Added E-DCH (HSUPA) channels to FP.Martin Mathieson4-41/+476
2006-09-10VRRPver3 support fixed: Count restored, Auth Type is reserved field.Jaap Keuter1-8/+9
2006-09-10fix for bug 1045Ronnie Sahlberg1-2/+4
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)Ronnie Sahlberg4-13/+110
2006-09-08From Frédéric Roudaut:Anders Broman1-42/+125
2006-09-08Move the code to handle ISO protocols over TCP/TPKT to packet-osi.c where it ...Anders Broman2-67/+77
2006-09-07removed options.Luis Ontanon1-30/+37
2006-09-07tweak some expert infos so they better work with the composite dialog (e.g. r...Ulf Lamping3-32/+26
2006-09-07add some probable protocol IDs from the DCOM specsUlf Lamping1-0/+4
2006-09-07distinguish between things "ToBeDone" and "NoSpecificationAvailable" as some ...Ulf Lamping3-10/+37
2006-09-07From Andrew Feren:Luis Ontanon1-4/+43
2006-09-07 pidl now handles empty bitmaps properly so no need for the dummy (dont trigg...Ronnie Sahlberg5-24/+4
2006-09-06Update enterprise-numbersJaap Keuter1-334/+9801
2006-09-06Dissect some more common control messagesMartin Mathieson1-27/+87
2006-09-06fix for the typo in bug 1094Ronnie Sahlberg1-1/+1
2006-09-06- Make options filterableJörg Mayer1-41/+84
2006-09-05option name "blksize" is case in-sensitiveJörg Mayer1-1/+1
2006-09-05Make smrse & radius dissectors findable by nameMartin Mathieson2-0/+2
2006-09-05For DCT2000, show better transport info:Martin Mathieson2-7/+55
2006-09-05Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1092Jörg Mayer1-18/+55
2006-09-05fix for bug 1054Ronnie Sahlberg1-0/+11
2006-09-05fix for bug 1079Ronnie Sahlberg1-2/+2
2006-09-05Fix for bug 1093, as proposed by Atsushi FukumotoJaap Keuter1-1/+1
2006-09-05From Stephen Fisher:Anders Broman2-159/+1132
2006-09-04Declare "dissect_h248_Name()" and "dissect_h248_Value()" before they'reGuy Harris1-5/+11
2006-09-04Fix(?) bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1042Anders Broman1-3/+2
2006-09-04From Oleg Kostenko:Anders Broman2-120/+552
2006-09-04From Donald White:Jaap Keuter1-2/+3
2006-09-04Partial implementation of UMTS FP. Currently only works with Catapult DCT200...Martin Mathieson5-21/+1885
2006-09-04krb4 is a new style dissector and is called through a handle from krb5 which ...Ronnie Sahlberg2-5/+8
2006-09-04make the heuristics for detecting kerberos4 strongerRonnie Sahlberg1-1/+16
2006-09-02From David BuechiRonnie Sahlberg5-0/+722
2006-09-02add primitive reassembly of gssapiRonnie Sahlberg1-25/+206
2006-09-02Clean up indentation, etc.Guy Harris1-26/+26
2006-09-02Add a common routine for adding session IDs. Have it handle session IDsGuy Harris1-58/+34
2006-09-02Add brackets to squelch a compiler warning.Guy Harris1-22/+23
2006-09-02break out the handling of conversation specific data so that we will always h...Ronnie Sahlberg1-20/+29