aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-08-19add information about unsupported/fresh windows versionsUlf Lamping1-1/+20
svn path=/trunk/; revision=15436
2005-08-19Restore pinfo->private_data after calling another dissector, in case it getsGerald Combs1-0/+2
overwritten. Fixes bug 367. svn path=/trunk/; revision=15435
2005-08-19Add packet-alcap.h to the Makefiles.Luis Ontanon1-0/+1
svn path=/trunk/; revision=15434
2005-08-19some ememificationLuis Ontanon2-36/+31
svn path=/trunk/; revision=15433
2005-08-19add the $Id:$Luis Ontanon2-0/+4
svn path=/trunk/; revision=15432
2005-08-19some ememificationLuis Ontanon3-33/+23
svn path=/trunk/; revision=15431
2005-08-19Keep information about the call-leg so that all the messages of a leg can be ↵Luis Ontanon2-24/+256
filtered given a parameter of it. Create the header to export the structures thyat hold that info. svn path=/trunk/; revision=15430
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris73-70/+75
svn path=/trunk/; revision=15429
2005-08-19From Matthias Drochner:Ronnie Sahlberg2-7/+2
I'll attach a patch which fixes the decoding of authenticated LDAP bind replies. The SASL credentials are always "context specific" in terms of ASN.1. I've tested the fix with DIGEST-MD5 authentication. (Without the patch, ethereal complains about a wrong type because it expects an ASN.a octet string.) (You might also consider a stricter check of the ASN.1 header type for the GSSAPI and GSS-SPNEGO cases, but I can't test this.) svn path=/trunk/; revision=15428
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris89-352/+481
and "Statistics" menu items into "stat.h" and "stat.c", to separate them from the core tapping APIs. A tap could conceivably not register as a "-z" command-line argument or "Statistics" menu item, and a stat could conceivably not be implemented as a tap, and dissectors that implement tapping points don't need the UI-related stuff from "stat.h", they just want the tap-related stuff in <epan/tap.h>. svn path=/trunk/; revision=15427
2005-08-19From Markus SeehoferRonnie Sahlberg2-1/+23
PTP updates svn path=/trunk/; revision=15426
2005-08-19From Michael Lum:Ronnie Sahlberg4-15/+13
Statistics data structure was not being passed to the draw routine. svn path=/trunk/; revision=15425
2005-08-19From Michael Lum:Ronnie Sahlberg1-123/+229
Fixed quite a few parameter IDs based on TIA-41-E (originally my mistakes). Added support for filtering by DN, MIN, etc. Moved where embedded 'Bearer Data' parameter is sub-dissected. svn path=/trunk/; revision=15424
2005-08-19From Michael LumRonnie Sahlberg1-12/+31
Slight modification to allow a protocol beneath SCCP (i.e. MTP3) specify how the SCCP message should be dissected. svn path=/trunk/; revision=15423
2005-08-19from Michael LumRonnie Sahlberg1-2/+16
update to 3g-a11 Modified support for ESN in the Airlink Setup Record svn path=/trunk/; revision=15422
2005-08-19remove gmalloc from ethericRonnie Sahlberg1-6/+4
svn path=/trunk/; revision=15421
2005-08-19remove g_malloc() from packet-smb-commonRonnie Sahlberg3-5/+5
svn path=/trunk/; revision=15420
2005-08-19remove g_malloc()Ronnie Sahlberg1-2/+1
svn path=/trunk/; revision=15419
2005-08-19file.c(3079) : warning C4090: 'function' : different 'const' qualifiersUlf Lamping1-1/+1
file.c(3079) : warning C4022: 'cf_callback_invoke' : pointer mismatch for actual parameter 2 svn path=/trunk/; revision=15418
2005-08-19Include <string.h> to declare "strrchr()".Guy Harris1-16/+18
Clean up indentation. svn path=/trunk/; revision=15417
2005-08-19Set "hoffset" before using it.Guy Harris1-1/+1
svn path=/trunk/; revision=15416
2005-08-19Have "f_datalen" keep track of the number of bytes of uncompressed fileGuy Harris5-13/+17
data, so that "f_len" still keeps the size of the underlying file (which is necessary in order to make the progress bar when files are being read work correctly). svn path=/trunk/; revision=15415
2005-08-18From Tim Endean:Anders Broman5-256/+363
Small patch to ber.c The tcap dissector has been updated to use this length. I have not tested other asn.1 dissectors to ensure that they correctly use the indefinite encoding flag instead of the length value returning zero. There may also be some problems when re-assembly is needed, but the ability to deal with indefinite length is much more useful. For developers the get_ber_length now returns the length of the pdu including the EOC, where you have dissectors that use packet-ber.c the eoc may need to be dealt with separately. The tcap dissector has had numerous changes to make it less cluttered, and the useful feature of the previous version where a dialogue could be filtered out by selecting either the source or destination transaction ID has been incorporated into this version. svn path=/trunk/; revision=15414
2005-08-18fix #305: don't get file creation date/time of the file but just use the ↵Ulf Lamping1-2/+34
filename svn path=/trunk/; revision=15413
2005-08-18several times replacing:Ulf Lamping18-37/+37
sprintf -> g_snprintf snprintf -> g_snprintf vsnprintf -> g_vsnprintf strdup -> g_strdup svn path=/trunk/; revision=15412
2005-08-18while sorting the entries, don't use the file creation date but the filename ↵Ulf Lamping1-4/+4
for comparison svn path=/trunk/; revision=15411
2005-08-18init the file set submenu items, so that the next and previous file items ↵Ulf Lamping1-0/+1
are disabled by default svn path=/trunk/; revision=15410
2005-08-18Fix value_tvb pointers.Gerald Combs1-3/+3
svn path=/trunk/; revision=15409
2005-08-18- dissect_per_restricted_character_string() returns value in tvbbuff_t ↵Tomas Kukosa9-158/+232
instead of char - asn2eth: fixed CHOICE tag handling #.FN_PARS support for BIT STRING and all string types intersection of SIZE and FROM constraints for string is handled - new asn2eth features used in h225 and h245 - PER dissectors regeneration svn path=/trunk/; revision=15408
2005-08-18From Richard van der HoffAnders Broman1-4/+11
negative relative time fixes. svn path=/trunk/; revision=15407
2005-08-18Decode some more of MultiRate configuration.Anders Broman1-3/+109
svn path=/trunk/; revision=15406
2005-08-18when kerberos claims a conversation, it only claims it for the source portRonnie Sahlberg1-2/+38
since a KDC MIGTH send the reply back from a different port. Then comes X.L's capture (ethereal-dev) 816fc4.cap from 16Aug2005 where the client is reusing the same source port to talk to DNS after finishing doing the port 88 KDC stuff. ==> Make kerberos/udp able to test the packet for sanity and reject packets that do not look like kerberos (even if there was a conversation that said it was kerberos) and thus let other dissectors have a go at it. in doubt, try 816fc4.cap before and after this patch :-) svn path=/trunk/; revision=15405
2005-08-18Try yet another scheme for handling time stamps; realtick isn't alwaysGuy Harris1-44/+146
correct. svn path=/trunk/; revision=15404
2005-08-18replace sprintf with ememified g_snprintfRonnie Sahlberg1-3/+6
svn path=/trunk/; revision=15403
2005-08-18Tim's patches for packet-ber for extra testing (works ok with my and with ↵Ronnie Sahlberg2-369/+474
Anders captures) Anders' beginnings of a new dissect_ber_set() function svn path=/trunk/; revision=15402
2005-08-18The length returned for continuation data should be the length remainingGuy Harris1-6/+7
in the tvbuff starting at the specified offset, not the entire length of the tvbuff. svn path=/trunk/; revision=15401
2005-08-18Get rid of a no-longer-used variable.Guy Harris1-1/+1
svn path=/trunk/; revision=15400
2005-08-18Show BitTorrent stuff that doesn't look right as continuation data.Guy Harris1-24/+38
svn path=/trunk/; revision=15399
2005-08-17snprintf -> g_snprintfUlf Lamping11-129/+108
svn path=/trunk/; revision=15398
2005-08-17put the intermediate files of the release_notes chm build into it's own dir ↵Ulf Lamping1-1/+1
release_notes_chm/ instead of . svn path=/trunk/; revision=15397
2005-08-170.10.12 -> 0.10.13 (preliminary)Ulf Lamping1-1/+18
add a section about "new and updated features" svn path=/trunk/; revision=15396
2005-08-17Flip the separators in the MIBS environment variable between ":" andGerald Combs1-2/+12
";" depending on our platform. This is a modified version of a patch that Jaap Keuter sent in. Leave the preferences tooltip as-is in case we want to be more strict about separators in the future. Add a link to an email from Wes explaining that we shouldn't use a default MIB list. svn path=/trunk/; revision=15395
2005-08-17fix a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=15394
2005-08-17snprintf -> g_snprintfUlf Lamping1-5/+1
svn path=/trunk/; revision=15393
2005-08-17strdup -> g_strdup and alikeUlf Lamping1-3/+3
svn path=/trunk/; revision=15392
2005-08-17update some comments pointing out these buffers need not be freedRonnie Sahlberg1-4/+7
svn path=/trunk/; revision=15391
2005-08-17If we receive junk data from the network it means we have aGerald Combs1-2/+2
malformed packet. It doesn't necessarily mean that we have a problem with our dissector. If we see something we didn't expect, throw a ReportedBoundsError instead of calling DISSECTOR_ASSERT() (which makes BuildBot open a ticket). Fixes bugs 362 - 366. svn path=/trunk/; revision=15390
2005-08-17As reported by Jim Young:Jörg Mayer1-3/+3
- The port number was incorrectly displayed - Be a bit more verbose in the "Info" summary line. - Display the version including the internal number. svn path=/trunk/; revision=15389
2005-08-17Comment fixesJörg Mayer1-5/+5
svn path=/trunk/; revision=15388
2005-08-17 from Tomas Kukosa, remove a redundant g_strdup()Anders Broman3-8/+6
svn path=/trunk/; revision=15387