aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2007-01-18Missed this one (I don't build with pcre)Martin Mathieson1-1/+4
svn path=/trunk/; revision=20474
2007-01-18Trying to fix the build on Ubuntu-5.10-x86 buildbot again.Jaap Keuter1-2/+3
svn path=/trunk/; revision=20473
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson19-133/+255
32-bit numbers. Separate signed and unsigned accessors have been added and used where appropriate. Definitely not for 0.99.5. svn path=/trunk/; revision=20472
2007-01-18display filter macros.Luis Ontanon6-6/+665
NOT to be copied over to release 0.99.5 svn path=/trunk/; revision=20467
2007-01-17check if we have a finfo before dereferencing it later in PROTO_ITEM_IS_HIDDEN()Ronnie Sahlberg1-0/+3
this prevents wireshark from crashing on X Liu's kerberos capture files svn path=/trunk/; revision=20464
2007-01-17From Patrick vd Lageweg:Jaap Keuter1-1/+1
The "NUMBER OF BLOCKS" field in the SCSI MODE SENSE return data is 24 bits and not 32 bits. This patch fixes that. svn path=/trunk/; revision=20462
2007-01-17Oops, set properties on the new fileJeff Morriss1-1/+1
svn path=/trunk/; revision=20461
2007-01-17productions of non-terminal "sentence" do not generate any value. Avoid a ↵Luis Ontanon1-1/+1
destructor being called for them. see http://www.sqlite.org/cvstrac/tktview?tn=2172 svn path=/trunk/; revision=20460
2007-01-17From Sebastien Tandel: Support for the dissection of the Intellon homeplug ↵Jeff Morriss3-0/+862
powerline protocol based on INT51X1 specification. svn path=/trunk/; revision=20459
2007-01-16Dissekt ControlChannelData.Anders Broman1-41/+105
svn path=/trunk/; revision=20458
2007-01-16From Gisle Vanem: Add the final ) to a g_strdup_printf callStephen Fisher1-1/+1
svn path=/trunk/; revision=20457
2007-01-16From Gisle Vanem:Jaap Keuter1-2/+3
* <epan/crypt/crypt-md5.h> must come after <glib.h> because of 'guint8' etc. * Include <wiretap/file_util.h> because of eth_fopen(). svn path=/trunk/; revision=20456
2007-01-16From Steve Karg:Jaap Keuter1-11/+37
I added some text for enumerations that were added with addenda recently approved for the BACnet standard. svn path=/trunk/; revision=20453
2007-01-16fix registration H.225 over TLSTomas Kukosa1-6/+5
svn path=/trunk/; revision=20449
2007-01-15Dissect SMS-OriginationRestrictions.Anders Broman1-21/+63
svn path=/trunk/; revision=20444
2007-01-15two minor leaksLuis Ontanon2-1/+3
svn path=/trunk/; revision=20443
2007-01-15Update to get_persdatafile_dir() to choose a default directory on the U3 ↵Graeme Lunt1-5/+25
device that Wireshark is being run from. The U3 Deployment Guide recommends a sub-directory of U3_DEVICE_DOCUMENT_PATH, so the u3util creates a "My Captures" sub-directory to use as the personal data file directory. svn path=/trunk/; revision=20441
2007-01-15Handle the case where the same TransactionID is used for two differentAnders Broman1-62/+88
destinations. svn path=/trunk/; revision=20440
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.Anders Broman1-89/+125
Pretify a bunch of DigitsType parameters. svn path=/trunk/; revision=20439
2007-01-15GLib 1.2 doesn't have g_strlcpy(), so don't use it.Gerald Combs1-3/+6
svn path=/trunk/; revision=20438
2007-01-15instead of simply doing an assert when running out of memory in emem, throw ↵Ulf Lamping5-3/+29
a new OutOfMemoryError Exception, so file.c can show at least a better explanation to the user before Wireshark terminates XXX - to prevent a busy wait, I need a portable way to wait for a short time period, like Sleep() for Windows svn path=/trunk/; revision=20437
2007-01-15fix a warningUlf Lamping1-1/+1
svn path=/trunk/; revision=20436
2007-01-15SHGetFolderPath is not available on MSVC 6 without a Platform SDK, use ↵Ulf Lamping1-0/+8
SHGetSpecialFolderPath instead svn path=/trunk/; revision=20435
2007-01-14fix #301: Windows file dialog should:Ulf Lamping1-1/+1
- initially show the "My Documents" folder - don't use the "open folder" preference setting on save and alike dialogs (we don't do it in the GTK versions either) svn path=/trunk/; revision=20433
2007-01-14on my way to fix #301:Ulf Lamping4-48/+88
add a function get_persdatafile_dir() that will return the users personal default data dir Win32:"My Documents" UNIX:"" (for the current dir) svn path=/trunk/; revision=20431
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - ↵Anders Broman1-201/+1545
handle that case and add pretifications by Graeme Lunt. svn path=/trunk/; revision=20430
2007-01-14From Graeme Lunt:Anders Broman1-2/+6
The problem was that when dissecting the set, if a sub-dissector didn't consume any bytes it was assumed that the correct field hadn't been matched. This fix matches the field if the sub-dissector consumes no bytes and we know that the length of the field is zero. This is only allowed on the first pass when we are not matching ANYs. I think this is a fairly safe fix - I've tried it with some other ASN.1 I've also changed dissect_ber_octet_string() to show the zero length fields in the dissection. This shows the fields as "<MISSING>" which is not quite the right explanation as the field is definitely present. Something like "<EMPTY>" or "<ZERO LENGTH>" may be better - but I'm not sure of the reasoning behind "<MISSING>". svn path=/trunk/; revision=20429
2007-01-14taking a look at it the name_str var is unnecessaryLuis Ontanon1-3/+1
svn path=/trunk/; revision=20428
2007-01-14As pointed out by Sebastien Tandel a buffer is allocated unconditionally ↵Luis Ontanon1-4/+2
when it might not be necessary. svn path=/trunk/; revision=20427
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataAnders Broman1-10/+51
(Missing .cnf file in previous checkin) add BCD decoded items to Digits type item. svn path=/trunk/; revision=20426
2007-01-13Handle the case ehere TCAP identifier isn't present.Anders Broman1-1/+1
svn path=/trunk/; revision=20421
2007-01-13- Correct Tag numbering and marking of OPTIONAL.Anders Broman1-35/+119
- Add some variants of Digits dissection. - Correct the DMH-RedirectionIndicator. - Add reserved bits. svn path=/trunk/; revision=20420
2007-01-13Handle zero length invokes and some asn1 fixes.Anders Broman1-103/+88
svn path=/trunk/; revision=20418
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt8-47/+1295
Generally found within a file (.p12 or .pfx) or as a directory attribute (userPKCS12 from iNetOrgPerson). Wiki page and sample file to follow. svn path=/trunk/; revision=20416
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt6-8/+186
A BER-encoded file can be dissected as one of a number of registered syntaxes (registered using register_ber_syntax_dissector()). Syntaxes may also be associated with OIDs (or other strings) using register_ber_oid_syntax(). A default syntax with which to dissect a BER-encoded file is determined from its filename (extension). For example, ".cer" and ".crt" files will be dissected as "Certificate". svn path=/trunk/; revision=20414
2007-01-13Remove "advertising clause" from BSD license per:Stephen Fisher1-5/+1
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change July 22, 1999 To All Licensees, Distributors of Any Version of BSD: As you know, certain of the Berkeley Software Distribution ("BSD") source code files require that further distributions of products containing all or portions of the software, acknowledge within their advertising materials that such products contain software developed by UC Berkeley and its contributors. Specifically, the provision reads: " * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors." Effective immediately, licensees and distributors are no longer required to include the acknowledgement within advertising materials. Accordingly, the foregoing paragraph of those BSD Unix files containing it is hereby deleted in its entirety. William Hoskins Director, Office of Technology Licensing University of California, Berkeley svn path=/trunk/; revision=20412
2007-01-12Automake variables ending with _LDFLAGS are special:Guy Harris1-1/+1
http://sources.redhat.com/ml/automake/2001-08/msg00046.html so call it LDFLAGS_SHAREDLIB rather than SHAREDLIB_LDFLAGS. svn path=/trunk/; revision=20410
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman3-41/+137
svn path=/trunk/; revision=20409
2007-01-12Dissect CDMAServiceOption.Anders Broman1-63/+162
svn path=/trunk/; revision=20407
2007-01-12ignore ssl_desegment_app_data preference till desegmentation is implemented wellTomas Kukosa1-1/+1
svn path=/trunk/; revision=20406
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ↵Tomas Kukosa4-124/+134
one does not work well in many cases svn path=/trunk/; revision=20405
2007-01-12do not ignore invisible tree, it can break tree creation for coloring/filteringTomas Kukosa1-8/+4
svn path=/trunk/; revision=20404
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-10/+1
fix this, by providing required functions in the new file file_util.c - it's mostly copied from GLib (g_open alike - that take UTF8 as filename format but don't use msvcrt.dll V6 for this as the glib files do) "link" to these functions in file_util.h: #define eth_open eth_stdio_open revert changes (from SVN 20282) throughout the code related to these file functions which were introduced with the first tries of MSVC 2005 ... Hopefully I've done everything right with the new file_util.c ... svn path=/trunk/; revision=20402
2007-01-12Add copyright attributions and licenses. License each derived workGerald Combs14-19/+445
according to its pedigree. svn path=/trunk/; revision=20401
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs12-707/+278
svn path=/trunk/; revision=20399
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.Anders Broman1-53/+194
svn path=/trunk/; revision=20398
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs5-11/+100
to GByteArrays. Add format_uri() to strutil, which formats a byte string with percent-escapes. Fixup whitespace and indentation. svn path=/trunk/; revision=20397
2007-01-11load_snmp_users_file.c needs to be rebuilt after distclean to make tarballs ↵Anders Broman1-1/+1
work on Windows. svn path=/trunk/; revision=20395
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ↵Luis Ontanon3-37/+90
dissecting it. svn path=/trunk/; revision=20393
2007-01-11make SIP TCP/TLS ports configurable via preferencesTomas Kukosa1-4/+33
svn path=/trunk/; revision=20392