aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Fix Coverity CID 1204: CONSTANT EXPRESSION RESULT according to feedback from ...Chris Maynard1-47/+62
2011-09-30Add a few more raw link types to be up to date with the current ERF format sp...Chris Maynard1-2/+11
2011-09-30Add packet-credssp.hGraeme Lunt1-0/+1
2011-09-30Microsoft Credential Security Support Provider (CredSSP) support. Graeme Lunt6-2/+615
2011-09-30Fix checkhf Alexis La Goutte1-4/+0
2011-09-30Enhance extended communities when RD Type 2Alexis La Goutte1-10/+15
2011-09-30From Clemix via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6408Alexis La Goutte1-4/+129
2011-09-29Whitespace cleanup.Bill Meier1-26/+26
2011-09-29From András Veres-Szentkirályi: Added cursor type decoding to MySQL dissectorBill Meier1-3/+37
2011-09-29Clean up white space.Guy Harris1-10/+10
2011-09-29When building w/o LIBZ: (Somewhat clunky) attempt to fix "unused variable" an...Bill Meier1-13/+30
2011-09-29Comment out two cases of code which caused GCC 4.6 "unused-but-set-variable" ...Bill Meier1-4/+4
2011-09-29From Yaniv Kaul: SPICE dissectorBill Meier3-0/+3524
2011-09-29Make it possible to dissect proprietarry Opcodes.Anders Broman2-69/+120
2011-09-29From Roland Knall:Anders Broman1-15/+17
2011-09-29Add heuristics in dissect_xmcp_message() to try to avoid dissecting TCP packe...Chris Maynard1-9/+13
2011-09-28The SRT/SRA test pattern is 16 bits in Japan, don't try to retrieve 32 bits o...Jeff Morriss1-1/+1
2011-09-28Add modeline. For now, add it at the bottom with tabstop=8, as that's where ...Chris Maynard1-1/+15
2011-09-28Quit if we have a zero-length query, so we don't loop indefinitely. Guy Harris1-0/+4
2011-09-28Link to the RTmac spec.Guy Harris1-0/+2
2011-09-27Update URL.Guy Harris1-1/+1
2011-09-27- check_col() no longer needed;Bill Meier1-43/+29
2011-09-27From Jouni Malinen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6359Alexis La Goutte1-163/+150
2011-09-27From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6060Alexis La Goutte4-0/+964
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman12-450/+345
2011-09-27In proto_tree_add_bits... use const guint encoding to be consistent with prot...Anders Broman2-10/+10
2011-09-26Yet another bug fix from Pascal.Anders Broman1-1/+1
2011-09-26Some whitespace cleanup. FALSE -> ENC_BIG_ENDIAN. Remove most check_col()'s.Chris Maynard1-172/+153
2011-09-26Fix modeline.Chris Maynard1-1/+1
2011-09-26From Thomas Morin via bug #6395: Improve display for IGMPStephen Fisher1-3/+6
2011-09-26Another bug fix from Pascal.Anders Broman1-1/+1
2011-09-26Make buildbots happy by adding back closing brace.Chris Maynard1-1/+2
2011-09-26Get rid of check_col() and use ENC.Anders Broman10-323/+270
2011-09-26From Pascal Quantin:Anders Broman1-7/+25
2011-09-26Get rid of check_col() and use ENC.Anders Broman5-260/+241
2011-09-26Move tvb_new_octet_aligned() to tvbuff.c and use it.Anders Broman7-140/+61
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman10-311/+271
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman7-139/+87
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman19-963/+897
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman17-1327/+1226
2011-09-26Make it build again.Anders Broman1-1/+2
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman14-412/+376
2011-09-26From Martin Kaiser:Anders Broman1-68/+346
2011-09-25From Sylvain Munaut: Fix Bug #6351 (Buildbot fuzztest crash);Bill Meier1-0/+1
2011-09-25vlan dissector has been restored;Bill Meier1-2/+9
2011-09-25Do some cleanup related to the reversion of SVN #34848 donr in SVN #39100.Bill Meier1-28/+3
2011-09-25Try fixing the signed/unsigned mismatch issues.Stig Bjørlykke1-4/+3
2011-09-25From Glenn Matthews via bug 6319:Stig Bjørlykke4-1/+1411
2011-09-25Fix a compile error.Bill Meier1-1/+1
2011-09-25Minor cleanup:Bill Meier1-33/+34