summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-01-31Comment out unused hf[] entries & etc.Bill Meier94-1125/+1574
(found by checkhf) svn path=/trunk/; revision=47389
2013-01-31Add 2 more verification steps to run in the "Submitting code for your new ↵Chris Maynard1-0/+8
dissector" section. svn path=/trunk/; revision=47388
2013-01-31Fix Coverity CID 971261: Unused pointer value. Additionally, #if 0 two ↵Chris Maynard1-36/+39
unused value_string's (should they be deleted altogether?), minor whitespace cleanup, delete a continuation character, try to use a consistent bracketing style throughout. [Is "Movment" a typo?] svn path=/trunk/; revision=47387
2013-01-31Add an OID translation.Anders Broman2-3/+5
svn path=/trunk/; revision=47386
2013-01-31Constify a variable to which C string pointers will be assigned.Guy Harris1-1/+1
svn path=/trunk/; revision=47385
2013-01-31Fix RCS ID.Guy Harris1-1/+1
svn path=/trunk/; revision=47384
2013-01-31Get rid of CR's, and set the appropriate properties.Guy Harris1-702/+702
svn path=/trunk/; revision=47383
2013-01-31Add Parrot AR Drone dissector.Michael Mann3-0/+704
Bug 7493 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7493) svn path=/trunk/; revision=47382
2013-01-30add missing caseMartin Kaiser1-1/+1
svn path=/trunk/; revision=47380
2013-01-30Clean up white space.Guy Harris1-1/+1
svn path=/trunk/; revision=47379
2013-01-30Clean up white space.Guy Harris1-4/+4
Define the PNG magic number as a mixture of hex and ASCII, to make it a bit clearer what's going on. svn path=/trunk/; revision=47378
2013-01-30A "DAAP request" is just an HTTP request of a certain type, possibly onGuy Harris1-17/+7
port 3689. They don't have the media type application/x-dmap-tagged, so they're not handed to us any more. (This means that the Info column now shows the HTTP URI rather than just "DAAP Request", so that's arguably a feature; if you want to see all the traffic in the session, use "Follow TCP Stream" or look for port 3689.) svn path=/trunk/; revision=47377
2013-01-30Add a routine to allow dissectors to specify ports that carry HTTPGuy Harris4-29/+30
traffic *without* claiming all that traffic for themselves; they might want, instead, to register for a particular media type. Not all traffic to or from port 3689 is DAAP - not even traffic between two Apple machines doing media stuff (e.g., some FairPlay traffic isn't). Register for the media type application/x-dmap-tagged, and just say port 3689 is HTTP. This means we can get rid of the FPLY hack, as that traffic is application/octet-stream. Update some comments. Leave it up to the DAAP dissector to tag traffic as DAAP in the protocol column. svn path=/trunk/; revision=47376
2013-01-30Set properties.Guy Harris0-0/+0
svn path=/trunk/; revision=47375
2013-01-30GPOINTER_TO_INT() is the inverse of GINT_TO_POINTER().Guy Harris1-1/+1
svn path=/trunk/; revision=47374
2013-01-30Use optargp, not optarg, in followSsl(), as in other routines; thisGuy Harris1-6/+6
squelches a shadowing warning. svn path=/trunk/; revision=47373
2013-01-30Add support in TShark to follow SSL streams Michael Mann2-5/+131
From QA Cafe, bug 8280 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8280) svn path=/trunk/; revision=47372
2013-01-30Fix more dependencies.Gerald Combs1-3/+4
svn path=/trunk/; revision=47371
2013-01-30Some FairPlay stuff in DAAP starts out with a 4-character FPLY tag, butGuy Harris1-4/+17
what follows the tag isn't a length, it's some unknown form of data. svn path=/trunk/; revision=47370
2013-01-30Fix a couple of dependencies.Gerald Combs1-3/+3
svn path=/trunk/; revision=47369
2013-01-30Wiretap: Add support for files contain GIF, PNG images Michael Mann3-2/+10
From Michal Labedzki, bug 8278 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8278) svn path=/trunk/; revision=47368
2013-01-30Add a cast to hopefully quiet the mac buildbot.Evan Huus1-1/+3
svn path=/trunk/; revision=47367
2013-01-30Add SVN properties, modelines.Evan Huus1-532/+545
svn path=/trunk/; revision=47366
2013-01-30Add Gearman dissector. Bug 4992 ↵Michael Mann3-0/+534
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4992) svn path=/trunk/; revision=47365
2013-01-30Copy over r47277 from ui/gtk.Gerald Combs1-1/+7
svn path=/trunk/; revision=47364
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-2/+1
http://www.wireshark.org/download/automated/analysis/scan-build-2013-01-28-1/report-AQojcV.html#EndPath svn path=/trunk/; revision=47363
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-1/+1
http://www.wireshark.org/download/automated/analysis/scan-build-2013-01-28-1/report-eehjto.html#EndPath svn path=/trunk/; revision=47362
2013-01-29simplify dissect_gds() a bitMartin Kaiser1-6/+3
svn path=/trunk/; revision=47360
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-1/+0
http://www.wireshark.org/download/automated/analysis/scan-build-2013-01-28-1/report-tWikJH.html#EndPath svn path=/trunk/; revision=47359
2013-01-29Make eDonkey dissector a "new style" and only dissect if first byte matches ↵Michael Mann1-81/+71
a valid eDonkey protocol. This addresses the problem of Bug 3033 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3033), but I'm still not sure eDonkey should have explicitly registered TCP and UDP ports. svn path=/trunk/; revision=47349
2013-01-29Get Server Info should not have any data unless "challenged", per eMule ↵Michael Mann1-5/+4
source code. Addresses bug 3509 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3509). Also updated documentation links. svn path=/trunk/; revision=47345
2013-01-29Add missing '&hf_gtpv2_bss_con_xid' entry to hf[].Bill Meier1-5/+10
(Found by checkhf) Fix apparent issues with two hf[] entries. Also: Do minor whitespace cleanup. ##Baclport 1.8 svn path=/trunk/; revision=47344
2013-01-29Add missing '&hf_fw1_trailer' hf[] entry;Bill Meier1-0/+5
Found by checkhf. ## Backport 1.8 svn path=/trunk/; revision=47343
2013-01-29Add an XXX comment about some code which will never be executed;Bill Meier1-0/+3
Also: mention that there's a missing hf[] entry. svn path=/trunk/; revision=47342
2013-01-29Add missing 'hf_scsi_persresv_control_unreg' hf[] entry.Bill Meier1-39/+41
(Found by checkhf) Do some minor whitespace cleanup. svn path=/trunk/; revision=47341
2013-01-29Remove some unneeded parens in hf[] entries;Bill Meier1-8/+8
svn path=/trunk/; revision=47340
2013-01-29Use readlink instead of ls.Gerald Combs3-3/+3
svn path=/trunk/; revision=47338
2013-01-28 Re-implemention of checkhf.pl:Bill Meier1-208/+397
Main objective: reduce the number of false positives. (Committed as a patch to the original checkhf.pl written by Joerg Mayer so as to keep the history for the original program). svn path=/trunk/; revision=47331
2013-01-28Delete checkhf-v2.pl from the repository.Bill Meier1-422/+0
(It will be re-submitted as a patch to update(replace) the existing checkhf.pl svn path=/trunk/; revision=47330
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey3-3/+3
svn path=/trunk/; revision=47329
2013-01-28Allow SNMP user table entry to be re-editted even if engineID/Username ↵Michael Mann2-2/+2
remains the same. Bug 2426 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2426) svn path=/trunk/; revision=47328
2013-01-28Re-implemention of checkhf.pl:Bill Meier1-0/+422
Main objective: reduce the number of false positives. Normal usage: the same as for checkhf.pl. For now: named checkhf-v2.pl svn path=/trunk/; revision=47326
2013-01-28Try to detect duplicated packets due to mirroring/span ports by comparing ↵Anders Broman3-9/+33
src MAC addresses. svn path=/trunk/; revision=47324
2013-01-28Update the MSRP link, it's an actual RFC now.Evan Huus1-1/+1
svn path=/trunk/; revision=47323
2013-01-28Whitespace and doxygen comment changes.Anders Broman1-45/+45
svn path=/trunk/; revision=47322
2013-01-28From Gyanesh:Jaap Keuter1-1/+82
Add SPBV MAC address sub-TLV support (802.1aq). svn path=/trunk/; revision=47321
2013-01-27the fragment id must depend on the transport connectionMartin Kaiser1-7/+13
fragments from different transport connections can be interleaved svn path=/trunk/; revision=47320
2013-01-27Fix some dead increment warnings found by ClangPascal Quantin2-5/+5
svn path=/trunk/; revision=47319
2013-01-27Fix typo errorPascal Quantin1-1/+1
svn path=/trunk/; revision=47318
2013-01-27From Hadar Shoham via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8262Evan Huus1-16/+90
Bootp updates, fixes and additional options. svn path=/trunk/; revision=47317