aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-01-31Comment out unused hf[] entries & etc.Bill Meier94-1125/+1574
2013-01-31Fix Coverity CID 971261: Unused pointer value. Additionally, #if 0 two unuse...Chris Maynard1-36/+39
2013-01-31Add an OID translation.Anders Broman1-3/+4
2013-01-31Constify a variable to which C string pointers will be assigned.Guy Harris1-1/+1
2013-01-31Fix RCS ID.Guy Harris1-1/+1
2013-01-31Get rid of CR's, and set the appropriate properties.Guy Harris1-702/+702
2013-01-31Add Parrot AR Drone dissector.Michael Mann3-0/+704
2013-01-30Clean up white space.Guy Harris1-1/+1
2013-01-30A "DAAP request" is just an HTTP request of a certain type, possibly onGuy Harris1-17/+7
2013-01-30Add a routine to allow dissectors to specify ports that carry HTTPGuy Harris4-29/+30
2013-01-30Some FairPlay stuff in DAAP starts out with a 4-character FPLY tag, butGuy Harris1-4/+17
2013-01-30Fix a couple of dependencies.Gerald Combs1-3/+3
2013-01-30Wiretap: Add support for files contain GIF, PNG images Michael Mann2-0/+2
2013-01-30Add a cast to hopefully quiet the mac buildbot.Evan Huus1-1/+3
2013-01-30Add SVN properties, modelines.Evan Huus1-532/+545
2013-01-30Add Gearman dissector. Bug 4992 (https://bugs.wireshark.org/bugzilla/show_bu...Michael Mann3-0/+534
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-2/+1
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-1/+1
2013-01-29simplify dissect_gds() a bitMartin Kaiser1-6/+3
2013-01-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangMartin Kaiser1-1/+0
2013-01-29Make eDonkey dissector a "new style" and only dissect if first byte matches a...Michael Mann1-81/+71
2013-01-29Get Server Info should not have any data unless "challenged", per eMule sourc...Michael Mann1-5/+4
2013-01-29Add missing '&hf_gtpv2_bss_con_xid' entry to hf[].Bill Meier1-5/+10
2013-01-29Add missing '&hf_fw1_trailer' hf[] entry;Bill Meier1-0/+5
2013-01-29Add an XXX comment about some code which will never be executed;Bill Meier1-0/+3
2013-01-29Add missing 'hf_scsi_persresv_control_unreg' hf[] entry.Bill Meier1-39/+41
2013-01-29Remove some unneeded parens in hf[] entries;Bill Meier1-8/+8
2013-01-29Use readlink instead of ls.Gerald Combs1-1/+1
2013-01-28make dumpabi target build with multiple digits in library version numbersBalint Reczey1-1/+1
2013-01-28Allow SNMP user table entry to be re-editted even if engineID/Username remain...Michael Mann1-1/+1
2013-01-28Update the MSRP link, it's an actual RFC now.Evan Huus1-1/+1
2013-01-28From Gyanesh:Jaap Keuter1-1/+82
2013-01-27the fragment id must depend on the transport connectionMartin Kaiser1-7/+13
2013-01-27Fix some dead increment warnings found by ClangPascal Quantin2-5/+5
2013-01-27Fix typo errorPascal Quantin1-1/+1
2013-01-27From Hadar Shoham via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8262Evan Huus1-16/+90
2013-01-27Bugfix crash caused by AirPDcap decryption. Bug 8177 (https://bugs.wireshark...Michael Mann1-3/+5
2013-01-27[Automatic manuf, services and enterprise-numbers update for 2013-01-27]Gerald Combs1-8/+120
2013-01-26Fix various instances of unused hf[] entries foundBill Meier24-64/+176
2013-01-26Fix for CID 718640:Jaap Keuter1-0/+4
2013-01-26Initialize some hf_... vars to -1;Bill Meier8-679/+679
2013-01-26Make airpcap's print_debug_line take const arguments so that it compilesEvan Huus2-2/+2
2013-01-26Init several hf... vars to -1.Bill Meier1-5/+5
2013-01-26Add two missing hf[] entries (which should have been part of SVN #42819).Bill Meier1-0/+10
2013-01-26Use "4 space" indentation.Bill Meier1-822/+822
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier66-1296/+1644
2013-01-26Reformat hf array entries slightly (to help checkdf)Bill Meier4-194/+238
2013-01-26Always call sub-dissectors with the top-level tree.Evan Huus1-3/+3
2013-01-26From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8246Evan Huus1-7/+54
2013-01-26USB-CCID header is always 10 bytes and may contain payloads, so settingEvan Huus1-1/+1