aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-27Get rid of trailing blank lines.Guy Harris19-19/+0
2007-05-27Use tvb_reported_length() to get the amount of data we should look at;Guy Harris45-180/+180
2007-05-27Clean up white space.Guy Harris2-3/+3
2007-05-27Include wimax_tlv.h the same way packet-m2m.c does.Guy Harris1-1/+1
2007-05-27wmxtypes.h is part of the m2m plugin, not the wimax plugin.Guy Harris1-2/+1
2007-05-26Squelch some unused parameter warnings.Guy Harris7-14/+14
2007-05-26Flag some parameters as unused.Guy Harris1-3/+3
2007-05-26Get rid of unused parameter.Guy Harris1-4/+4
2007-05-26Convert to the new style of building plugins; hopefully this'll fix theGuy Harris6-56/+308
2007-05-26Missing bits and fixes to get the buildbot green again.Graeme Lunt3-12/+74
2007-05-26Get rid of another item that's now handled automatically.Guy Harris1-6/+0
2007-05-26Get rid of the old-style plugin registration stuff.Guy Harris1-18/+0
2007-05-26Go with a Makefile.common as other plugins have, and tweak theGuy Harris3-13/+198
2007-05-26From Ville Nuorvala :Sebastien Tandel2-59/+547
2007-05-26Fix bug #1416: crash (stack smashing) on single DHCP packetStephen Fisher1-1/+1
2007-05-26init_plugin_dir() is now just internal to epan/filesystem.c.Guy Harris1-1/+0
2007-05-25From Mike Harvey: Support for WiMAX and the WiMAX M2M encapsulation protocol.Gerald Combs73-13/+39227
2007-05-25Add a cast to squelch an MSVC warning.Guy Harris2-4/+4
2007-05-25Throw an exception instead of trying to add a 4GB fragment.Gerald Combs1-0/+2
2007-05-25No need to call init_plugin_dir() - it gets called, if necessary, byGuy Harris3-14/+10
2007-05-25Make SND_SEQ an array of 2 guint32's, rather than an array of 8Guy Harris2-19/+13
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asGuy Harris1-1/+1
2007-05-25The libpcap callback "user" argument *should* have been a "void *", asGuy Harris1-1/+1
2007-05-25Squelch some qualifier (const vs. non-const) warnings.Guy Harris12-30/+30
2007-05-25As Martin pointed out, we were comparing the wrong variable against our Gerald Combs1-1/+1
2007-05-25 remove the never used wiretap/wtap-plugins.cLuis Ontanon3-167/+0
2007-05-25Have editcap and capinfos loading the wiretap plugins.Luis Ontanon14-74/+192
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon3-13/+18
2007-05-25get rid of few warningsTomas Kukosa9-182/+128
2007-05-25Update from samba tree revision 23054 to 23135Jörg Mayer1-0/+1
2007-05-25UMTS RRC updated to 3GPP TS 25.331 V7.4.0 (2007-03) and moved to one directoryTomas Kukosa43-94995/+121731
2007-05-25Fix for bug 1614:Jaap Keuter1-3/+16
2007-05-25From Brian Vandenberg:Jaap Keuter1-6/+6
2007-05-24Prepare wireshark and tshark for wiretap pluginsLuis Ontanon6-36/+79
2007-05-24Make it possible to "decode as" NBAP over SCTP, update IANA registered PPID'sAnders Broman4-1/+8
2007-05-24Help for the SCTP Users TableLuis Ontanon1-0/+43
2007-05-24No longer needed as nothing is exported.Anders Broman1-12/+0
2007-05-24Fix a crash bug found through fuzz testing. The bug was introducedGerald Combs1-17/+18
2007-05-24Get rid of CR's, and add a newline at the end.Guy Harris1-310/+310
2007-05-24When computing average: use 0 as avg if divisor=0Bill Meier1-1/+7
2007-05-24fix rrlp subdissector callingTomas Kukosa3-41/+64
2007-05-24few BER dissectors regeneratedTomas Kukosa9-1067/+1067
2007-05-24- RNSAP calls RRC through dissector handle instead of direct function callTomas Kukosa7-581/+612
2007-05-24Back out the previous change.Guy Harris2-22/+2
2007-05-24Temporarily turn on a bunch of warnings and turn off -Werror, to seeGuy Harris2-2/+22
2007-05-24- improvements in registering dissectors to OID table (value defined in ASN.1...Tomas Kukosa1-7/+22
2007-05-24Use the same workaround for the absence of rint() in MSVC++ that's usedGuy Harris1-9/+19
2007-05-24Emphasize that if you try to build on a system without GTK+ installed,Guy Harris1-1/+4
2007-05-24Fix 'Analyze ! Enabled_Protocols' search to search on correct column.Bill Meier1-0/+2
2007-05-23Put in some forgotten actx.Anders Broman2-23/+23