aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-07From Marton Nemeth (bug 2168):Stig Bjørlykke1-5/+7
Add reference to Wiki in INSTALL. svn path=/trunk/; revision=24025
2008-01-07As noted by David Halik in bug 2172:Stig Bjørlykke2-3/+3
Removed an unnamed union member in ethercat. svn path=/trunk/; revision=24024
2008-01-07From Jim Young (bug 2162):Stig Bjørlykke1-2/+2
Patch for epan/emem.c functions ep_strndup() and se_strndup() to stop valgrind message "invalid read of size 1". svn path=/trunk/; revision=24023
2008-01-07More Generic parameters.Anders Broman2-4/+113
svn path=/trunk/; revision=24022
2008-01-07Fix Missing -z proto,colinfo,ip,gtp.teid_cp and -z ↵Anders Broman1-2/+2
proto,colinfo,ip,gtp.teid_data http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2136 Copy paseto.. svn path=/trunk/; revision=24021
2008-01-07The syntax for capture filters has been moved fromJörg Mayer4-11/+12
tcpdump (in the tcpdump package) into its own manpage (pcap-filter) in the libpcap package in the CVS HEAD branch. Reference the new and the old location for that information. svn path=/trunk/; revision=24020
2008-01-06Clear up the decoding ofAnders Broman3-47/+739
"USSD-DataCodingScheme ::= OCTET STRING (SIZE (1)) -- The structure of the USSD-DataCodingScheme is defined by -- the Cell Broadcast Data Coding Scheme as described in -- TS 3GPP TS 23.038 [25]" Partly in responce to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2158 svn path=/trunk/; revision=24019
2008-01-06Create makefiles for s1ap and x2ap.Gerald Combs1-0/+2
svn path=/trunk/; revision=24018
2008-01-06Allocate enough space to make proper NULL terminated string in uat_unesc ↵Jaap Keuter1-6/+7
(bug 2169) and uat_unbinstring, svn path=/trunk/; revision=24017
2008-01-06Fix for bug 2026:Jaap Keuter1-18/+10
Clean up RTP header extension code. Remove duplicate raw presentation. svn path=/trunk/; revision=24016
2008-01-04Get rid of dissect_ber_boolean_value() and change the signature ofAnders Broman88-174/+166
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature. Regenerate all BER dissectors. svn path=/trunk/; revision=24015
2008-01-04UPX compression corrupts the WinPcap installer - so don't UPX it.Graeme Lunt2-2/+2
svn path=/trunk/; revision=24014
2008-01-04Update to use the generic manifest and make independent of the U3 packaging.Graeme Lunt5-70/+150
Also tidy up. svn path=/trunk/; revision=24013
2008-01-04Changes to use a generic manifest to determine package contents, and also U3 ↵Graeme Lunt4-283/+130
self-certification fixes e.g. * package size (dependent on use of UPX) * upgrade * shortDescription * vendor svn path=/trunk/; revision=24012
2008-01-04A script to generate a generic manifest file from the nsis/wireshark.nsi.Graeme Lunt2-0/+119
The U3 and portableapps packaging will use this generic manifest to package the correct set of components. Thus all three packages will be kept in sync. svn path=/trunk/; revision=24011
2008-01-04Get rid of ber_last_created_item(). (Final?)Anders Broman5-32/+20
svn path=/trunk/; revision=24010
2008-01-04Get rid of ber_last_created_item().Anders Broman5-29/+29
svn path=/trunk/; revision=24009
2008-01-04Get rid of ber_last_created_item().Anders Broman21-156/+140
svn path=/trunk/; revision=24008
2008-01-03Get rid of ber_created_item().Anders Broman4-9/+7
svn path=/trunk/; revision=24007
2008-01-03Build x2ap and s1ap - needs more work, untested as no traces available yet.Anders Broman2-0/+3016
svn path=/trunk/; revision=24006
2008-01-03Add s1ap - needs more work, untested as no traces available yet.Anders Broman1-0/+5258
svn path=/trunk/; revision=24005
2008-01-03Add x2ap and s1ap to asn1 build scriptsAnders Broman2-1/+21
svn path=/trunk/; revision=24004
2008-01-03Fix up compilation errors.Anders Broman4-23/+12
svn path=/trunk/; revision=24003
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa3-8/+8
svn path=/trunk/; revision=24002
2008-01-03get rid of get_ber_last_created_item()Tomas Kukosa3-15/+15
svn path=/trunk/; revision=24001
2008-01-03Wrong string used in g_hash_table_lookup().Anders Broman3-4/+4
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2154 svn path=/trunk/; revision=24000
2008-01-03- MAP-MS-DataTypes.asn Add IdAnders Broman5-94/+106
- Camel fix bug "bug in CAMEL ApplyCharging message." http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1719 - get rid of ber_last_created_item() - add decoding of ServiceInteractionIndicatorsTwo items svn path=/trunk/; revision=23999
2008-01-03fix warning: mark unused parameterTomas Kukosa1-1/+1
svn path=/trunk/; revision=23998
2008-01-03fix error if GNUTLS is not availableTomas Kukosa1-0/+2
svn path=/trunk/; revision=23997
2008-01-03Fix warnings (seen under linux + GCC 3.4.6)Martin Mathieson1-3/+4
svn path=/trunk/; revision=23996
2008-01-03From Ales KocourekTomas Kukosa3-97/+384
- add ability to read server private key from encrypted PKCS#12 file - use 0.0.0.0|any|ANY as a wildcard IP address (e.g. if one certificate is used in more servers) svn path=/trunk/; revision=23995
2008-01-03set actx->created_item for object identifier typeTomas Kukosa1-3/+2
svn path=/trunk/; revision=23994
2008-01-03register into h245.gef.name table which is already implementedTomas Kukosa2-4/+4
svn path=/trunk/; revision=23993
2008-01-03put capability parameters into a tableTomas Kukosa1-120/+67
svn path=/trunk/; revision=23992
2008-01-03Fix for Bug 2156:Jaap Keuter1-1/+1
Correct T bit mask. svn path=/trunk/; revision=23991
2008-01-03Fix for Bug 2151:Jaap Keuter1-1/+1
Mask out all multicast addresses by their prefix, which is 4 bit wide i.s.o. 24 bit svn path=/trunk/; revision=23990
2008-01-03Never print x axis values outside the graph (we now have "view as time of day").Stig Bjørlykke1-10/+16
Fixed calculating first_interval (the scrollbar issue in bug 1763). svn path=/trunk/; revision=23989
2008-01-02Initialize io->view_as_time.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=23988
2008-01-02Add decoding of most of the generic parameters from H.241 and 3gpp.Anders Broman1-5/+162
svn path=/trunk/; revision=23987
2008-01-02Mark some unused parameters with _U_.Stig Bjørlykke1-3/+4
Added a missing return value. svn path=/trunk/; revision=23986
2008-01-02dissect some capability parametersTomas Kukosa1-0/+100
svn path=/trunk/; revision=23985
2008-01-02update Generic Extensible Framework in H.245Tomas Kukosa3-73/+185
- call subdissector for parameter names - call subdissector for booleanArray and unsignedMin values svn path=/trunk/; revision=23984
2008-01-02Also show duplicate IP address in info column.Martin Mathieson1-8/+31
svn path=/trunk/; revision=23983
2008-01-02An X.420 message store attribute and an X.420 heading extension.Graeme Lunt3-4/+12
svn path=/trunk/; revision=23982
2008-01-02Revised X.420 dissector using separate ASN.1 modules and making the bare ↵Graeme Lunt15-1395/+4596
minimum changes to those modules that asn2wrs requires. Also supports the X.420 message store attributes, used over P7. svn path=/trunk/; revision=23981
2008-01-02Additional EXPORTS for X.420 attributes and general fixes.Graeme Lunt5-9/+50
svn path=/trunk/; revision=23980
2008-01-02Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.Graeme Lunt3-55/+62
svn path=/trunk/; revision=23979
2007-12-30Updated wsug according to changes in IO Graphs.Stig Bjørlykke2-2/+8
svn path=/trunk/; revision=23978
2007-12-30Add more debug info.Anders Broman1-1/+1
svn path=/trunk/; revision=23977
2007-12-30Fix indentation somewhat.Anders Broman1-95/+92
svn path=/trunk/; revision=23976