aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2005-08-17replace some more silly rotating buffers with ep_alloc() callsRonnie Sahlberg4-57/+18
svn path=/trunk/; revision=15386
2005-08-17fix some more silly rotating buffersRonnie Sahlberg2-18/+6
svn path=/trunk/; revision=15385
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callsRonnie Sahlberg5-68/+20
this should fix a whole number of display bugs when there are too many such pdus in a single frame for the silly buffers to handle before they wrap. svn path=/trunk/; revision=15384
2005-08-17remove g_malloc from manolitoRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=15383
2005-08-17remove g_malloc()s from rtcpRonnie Sahlberg1-4/+2
svn path=/trunk/; revision=15382
2005-08-17replace g_malloc() with ep_alloc() for ftp and sdpRonnie Sahlberg2-4/+5
sdp never free the allocated memory so it were leaking memory for every packet containng sdp. fix memleak for sdp svn path=/trunk/; revision=15381
2005-08-17remove g_malloc() from rip remove one g_malloc() from tacacsRonnie Sahlberg2-14/+7
svn path=/trunk/; revision=15380
2005-08-17from Tomas Kukosa, remove a redundant g_strdup()Ronnie Sahlberg2-160/+323
svn path=/trunk/; revision=15379
2005-08-16- Small comment updates.Jörg Mayer1-83/+203
- Add some info about the element to the top level. svn path=/trunk/; revision=15378
2005-08-16For "-G decodes", print the selector values as unsigned ints.Gerald Combs1-1/+1
svn path=/trunk/; revision=15377
2005-08-16Add a note about sFlow. Remove the CSM_ENCAPS bug; I inadvertentlyGerald Combs1-4/+4
reintroduced it after the 0.10.12 release. svn path=/trunk/; revision=15376
2005-08-16In packet-sflow.c, don't pass a NULL value pointer toGerald Combs2-18/+31
proto_tree_add_ipv6(). Add tree items for the extended router source and dest mask, and fix offsets. These changes appear to be correct, but I don't have a valid capture with extended router data. In proto.c, throw a dissector error if we try to pass a NULL value to various proto_tree_set_*() routines. Fixes bug 356. svn path=/trunk/; revision=15375
2005-08-16add SetFileInfo level 1013 SetDispositionInfo decodingRonnie Sahlberg1-1/+35
svn path=/trunk/; revision=15374
2005-08-16prettify MNT (and friends) by placing the path in COL_INFORonnie Sahlberg1-3/+6
svn path=/trunk/; revision=15373
2005-08-16Change the default font size on Unix (etc) to 10 pt, just as it wasJörg Mayer1-2/+2
already on Windows. Changed the default font to Monospace, as some Linux distributions did that already. In case this isn't available on all platforms we will need to change it back to "fixed medium". svn path=/trunk/; revision=15372
2005-08-16Move SVNVERSION handling into version_info. That way, we won't haveJörg Mayer5-26/+23
to recompile tethereal.o etc each time the svn version has changed, relinking is sufficient. I'm not sure what to do about mergecap, as it currently doesn't link against version_info, so it's "overhead" either way. svn path=/trunk/; revision=15371
2005-08-16Change to match more closely the way I read 802.11h, at least; I'm justGuy Harris1-56/+79
guessing about the "17" indicator for "management notification" frames - I'm not sure whether, after paying USD 60 to get the current 802.11e draft, Preview on my Mac could even decrypt it. 802.11h seems to say in 7.2.3.12 and 7.3.1.11 that the body of an Action frame has a 1-byte Category field, with a value of 0 meaning "Spectrum management", followed by, for Spectrum management, a 1-byte Action field, with 0=Measurement Request, 1=Measurement Report, 2=TPC Request, 3=TPC Report, and 4=Channel Switch Announcement, followed by: for all but Channel Switch Announcement, a 1-byte Dialog Token followed by some tagged parameters; for the Channel Switch announcement, some tagged parameters. Show some fields given in decimal in various 802.11 specs in decimal, not hex. svn path=/trunk/; revision=15370
2005-08-16From Peter Johansson: add an option to decode the client information,Guy Harris1-190/+286
and check the validity of messages a bit more carefully. Reformat a bit so not as much code is missed by those of us who like narrow editor windows. svn path=/trunk/; revision=15369
2005-08-16The real problem is that iTunes requests gzipped data and responds withGuy Harris1-1/+2
it, so unless you're reassembling headers and bodies the DAAP dissector will see the gzipped crap. The HTTP dissector should perhaps not bother handing gzipped or otherwise unusually-encoded bodies to subdissectors if it's not undoing the encoding. svn path=/trunk/; revision=15368
2005-08-16gcc4 gets confused by the break statements, and I guess it thinks youGuy Harris1-7/+0
can reach them, and thus thinks you can fall off the end of "fc_get_ftype()". svn path=/trunk/; revision=15367
2005-08-16Note where a table comes from, and that we don't use it.Guy Harris1-0/+1
svn path=/trunk/; revision=15366
2005-08-16se_alloc not ep_alloc!Luis Ontanon1-1/+1
svn path=/trunk/; revision=15365
2005-08-16more allocators se_alloc0() se_memdups() se_strdup() se_strndup() ↵Luis Ontanon2-2/+71
se_strdup_printf() svn path=/trunk/; revision=15364
2005-08-15- Update manufJörg Mayer2-1/+58
- Add some Extreme MAC addresses to wka.tmpl svn path=/trunk/; revision=15363
2005-08-15- Change $1 to $@Jörg Mayer1-2/+8
- Don't exit if we can't find the scripts - try to continue anyway, as they might be installed in some preconfigured system directory. svn path=/trunk/; revision=15362
2005-08-15When we create a new tvb, make sure the memory is freed at some point.Gerald Combs1-3/+1
svn path=/trunk/; revision=15361