aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-01-20From alexeyv:Anders Broman4-22/+117
Add decryption for resumed TLS sessions with a session ticket. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5963 svn path=/trunk/; revision=54860
2014-01-20Add generic dissection of unknown vendor sub options.Anders Broman1-3/+48
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9594 svn path=/trunk/; revision=54859
2014-01-20Fix 32/64 casting and add a note where the loss of precision might actually be aEvan Huus1-4/+6
problem for 32-bit platforms. svn path=/trunk/; revision=54858
2014-01-20From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus2-17/+3002
AMQP 1.0 Dissector svn path=/trunk/; revision=54857
2014-01-20From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638Alexis La Goutte3-0/+979
New Dissector For Lightweight Mesh protocol A dissector for ATMEL Lightweight Mesh protocol (lwm). The protocol is carried on the top of 802.15.4 frame. From me: * Add Modelines info * Fix indent (use 4 spaces) * Remove trailing whitespace svn path=/trunk/; revision=54856
2014-01-20Add modelines infoAlexis La Goutte1-1/+13
svn path=/trunk/; revision=54855
2014-01-20Fix indent (use 4 spaces) and remove trailing whitespaceAlexis La Goutte1-3/+3
svn path=/trunk/; revision=54854
2014-01-20Fix build with CMake (Missing tap_export_pdu in ui/CMakeLists.txtAlexis La Goutte1-1/+2
svn path=/trunk/; revision=54853
2014-01-20Fix typo (only need one comma)Alexis La Goutte1-1/+1
svn path=/trunk/; revision=54852
2014-01-20From Abdul Hannan Khan:Anders Broman1-48/+48
Correct AVP flags. svn path=/trunk/; revision=54851
2014-01-20Split the GUI and the tap part to make it possible to adapt to Qt.Anders Broman6-213/+306
svn path=/trunk/; revision=54850
2014-01-19Fix two coverity messages:Jörg Mayer1-5/+3
*** CID 718534: Dereference before null check (REVERSE_INULL) /tools/lemon/lemon.c: 3425 in translate_code() 3419 rp->rhs[i]->index,i-rp->nrhs+1); 3420 }else{ 3421 /* No destructor defined for this term */ 3422 } 3423 } 3424 } >>> CID 718534: Dereference before null check (REVERSE_INULL) >>> Null-checking "rp->code" suggests that it may be null, but it has already been +dereferenced on all paths leading to the check. 3425 if( rp->code ){ 3426 cp = append_str(0,0,0,0); 3427 rp->code = Strsafe(cp?cp:""); 3428 } 3429 } 3430 *** CID 1156989: Out-of-bounds read (OVERRUN) /tools/lemon/lemon.c: 3139 in tplt_xfer() 3133 int i, iStart; 3134 char line[LINESIZE]; 3135 while( fgets(line,LINESIZE,in) && (line[0]!='%' || line[1]!='%') ){ 3136 (*lineno)++; 3137 iStart = 0; 3138 if( name ){ >>> CID 1156989: Out-of-bounds read (OVERRUN) >>> Overrunning array "line" of 1000 bytes at byte offset 1000 using index "i" +(which evaluates to 1000). 3139 for(i=0; line[i] && i<LINESIZE; i++){ 3140 if( line[i]=='P' && i<(LINESIZE-5) && strncmp(&line[i],"Parse",5)==0 3141 && (i==0 || !safe_isalpha(line[i-1])) 3142 ){ 3143 if( i>iStart ) fprintf(out,"%.*s",i-iStart,&line[iStart]); 3144 fprintf(out,"%s",name); svn path=/trunk/; revision=54849
2014-01-19coverity 702387Martin Kaiser1-0/+4
add missing NULL check svn path=/trunk/; revision=54848
2014-01-19coverity 281214Martin Kaiser1-6/+8
check the return value of strtok() before passing it to strtoul() (can't be triggered in practice as dumpcap never sends a NULL string) svn path=/trunk/; revision=54847
2014-01-19[Automatic manuf, services and enterprise-numbers update for 2014-01-19]Gerald Combs3-16/+192
svn path=/trunk/; revision=54844
2014-01-19As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the ↵Anders Broman3-27/+18
private part of the hf structure. svn path=/trunk/; revision=54843
2014-01-19Fix a typoJörg Mayer1-1/+1
svn path=/trunk/; revision=54842
2014-01-19Error doesn't exist, use warning instead.Jörg Mayer1-1/+1
svn path=/trunk/; revision=54841
2014-01-19Add option to specify special permissions for dumpcap during cmake phase:Jörg Mayer3-4/+59
set(DUMPCAP_INSTALL_OPTION <val>) where val is one of "normal" "suid" "capabilities" Some things left to do: - Error out in cmake if setcap isn't found or libcap isn't found. - Move multivalue option handling into it's own macro (-file) with value checking svn path=/trunk/; revision=54840
2014-01-18-Warray-bounds was listed twiceJörg Mayer2-2/+0
svn path=/trunk/; revision=54839
2014-01-18Add environment checks. Add a topic to our refspec.Gerald Combs1-3/+23
Check for a 'gerrit' remote and for a commit-msg hook. The hook script doesn't work on my system. This might be due to http://code.google.com/p/gerrit/issues/detail?id=843 svn path=/trunk/; revision=54838
2014-01-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9649 :Pascal Quantin1-2/+2
SMPP: source_telematics_id value length is 1 byte svn path=/trunk/; revision=54837
2014-01-17From Fabio Tarabelloni via ↵Pascal Quantin1-3/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9650 : ZigBee ZCL Appliance Identification: fix endianness of Company ID, Brand ID and Product Type ID svn path=/trunk/; revision=54836
2014-01-17From Toralf FörsterMartin Kaiser2-3/+3
fix format strings for signed integers https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9637 svn path=/trunk/; revision=54835
2014-01-17Fix [-Wmissing-prototypes]Anders Broman24-1/+45
svn path=/trunk/; revision=54834
2014-01-17Fix [-Wmissing-prototypes]Anders Broman28-0/+49
svn path=/trunk/; revision=54833
2014-01-17Try to fix warning: initializer element is not computable at load time.Anders Broman1-20/+39
svn path=/trunk/; revision=54832
2014-01-17Fix a bug intrduced in ↵Anders Broman1-1/+3
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54820 svn path=/trunk/; revision=54831
2014-01-16Look for win_flex and win_bison.Gerald Combs2-0/+2
svn path=/trunk/; revision=54830
2014-01-16If you use bashisms it means you're a bash script.Gerald Combs1-1/+1
svn path=/trunk/; revision=54829
2014-01-16More Chocolatey lex/yacc updates.Gerald Combs5-4/+63
Add Windows-style path handling to runlex.sh. Update the example Chocolatey LEX path accordingly. This lets us use path information in LEX and have it work in both nmake and runlex.sh Add a FindChocolatey.cmake module. Update FindLEX and FindYACC to use it. The code is currently untested and commented out. svn path=/trunk/; revision=54828
2014-01-16Remove #include and make the situation with snow3g clearer in a comment. ↵Martin Mathieson1-4/+5
May need further removal, depending upon concensus on wireshark-dev svn path=/trunk/; revision=54827
2014-01-16Fix [-Wmissing-prototypes]Anders Broman15-1/+28
svn path=/trunk/; revision=54826
2014-01-16Partially revert r54824.Gerald Combs1-1/+4
svn path=/trunk/; revision=54825
2014-01-16Allow the use of Win flex-bison and document how to do that.Gerald Combs3-10/+17
svn path=/trunk/; revision=54824
2014-01-15Implement basic support for SPXII decoding (at least we get the payload offsetsEvan Huus1-16/+40
right now). Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9552 svn path=/trunk/; revision=54823
2014-01-15Dissect SPXII flag bits.Evan Huus1-2/+38
First part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9552 svn path=/trunk/; revision=54822
2014-01-15Add modelines and fix one indentation issue.Evan Huus1-1/+14
svn path=/trunk/; revision=54821
2014-01-15Fix a couple ofAnders Broman1-16/+46
warning: initializer element is not computable at load time svn path=/trunk/; revision=54820
2014-01-15Add captype and tfshark binaries to .gitignoreEvan Huus1-0/+2
svn path=/trunk/; revision=54819
2014-01-15Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54818
2014-01-15Fun and games with const.Guy Harris1-2/+2
svn path=/trunk/; revision=54817
2014-01-15Explain casting away const.Guy Harris1-0/+7
svn path=/trunk/; revision=54816
2014-01-15Update to version V12.3.0 (2013-12).Anders Broman25-620/+1057
svn path=/trunk/; revision=54815
2014-01-15Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54814
2014-01-15Don't cast away constness.Guy Harris1-1/+1
svn path=/trunk/; revision=54813
2014-01-15Reject pcap files that claim on-the-wire packet sizes > 64MB. This fixes manyEvan Huus1-0/+18
heuristic cases broken in r49999 when we permitted packets > 64KB, since that relaxed so severely the definition of a valid packet header. 64MB is an arbitrary and perhaps suboptimal number, but it seems to do the right thing in all the examples I have handy. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9634 svn path=/trunk/; revision=54812
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris17-207/+426
appropriate for particular FT_ types. This lets us do some more type checking and lets us use const pointers when appropriate. Constify a bunch of stuff, and don't cast away constness. svn path=/trunk/; revision=54811
2014-01-15Make it more clear that we're faking a git description for now.Gerald Combs1-0/+1
svn path=/trunk/; revision=54810
2014-01-15Copy over recent changes from trunk-1.8 along with some localGerald Combs1-5/+83
modifications. ------------------------------------------------------------------------ r54807 | gerald | 2014-01-14 16:35:34 -0800 (Tue, 14 Jan 2014) | 2 lines Start using the output of 'git describe'. ------------------------------------------------------------------------ r54805 | gerald | 2014-01-14 15:38:16 -0800 (Tue, 14 Jan 2014) | 2 lines Start adding support for plain git. ------------------------------------------------------------------------ svn path=/trunk/; revision=54809