aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-11-22Fix potential buffer overflow crash; (Bug #7880).Bill Meier1-48/+43
2012-11-21fixMartin Kaiser1-1/+1
2012-11-21display the content of cc status fields in the info columMartin Kaiser1-0/+4
2012-11-21all CI+ SAC messages are encryptedMartin Kaiser1-2/+0
2012-11-21dissect config and cftable tuples in the Card Information StructureMartin Kaiser1-3/+239
2012-11-21fix copy&paste errorMartin Kaiser1-1/+1
2012-11-21Clean up white space (no tabs).Guy Harris1-3/+4
2012-11-21cc status 0x03 means either "authentication failed" or "no srm required"Martin Kaiser1-12/+12
2012-11-21The previous change means the "len" argument is now being used.Guy Harris1-3/+1
2012-11-21From l.wachowski:Anders Broman1-5/+9
2012-11-21From Stephen Tarr: Fix 'misspelling (typo) in display filter field name'.Bill Meier1-1/+1
2012-11-20SCSI: Sense buffers come in two flavors. Start decoding the descriptor format.Ronnie Sahlberg1-7/+35
2012-11-19From Roland Knall:Anders Broman1-0/+41
2012-11-19From Krishnamurthy Mayya:Anders Broman6-14/+377
2012-11-19From l.wachowski:Anders Broman1-4/+2
2012-11-18Added check for missing/empty ProtoField abbrev.Stig Bjørlykke1-0/+4
2012-11-18Check if we have a filter name.Anders Broman1-0/+5
2012-11-18From Wido KellingMartin Kaiser1-4/+5
2012-11-18[Automatic manuf, services and enterprise-numbers update for 2012-11-18]Gerald Combs1-10/+158
2012-11-18Fix some blurbs that matched the field tag.Guy Harris1-194/+194
2012-11-18Move all the AMF stuff under the AMF protocol, as AMF, while it's usedGuy Harris1-241/+236
2012-11-18More TODOs:Guy Harris1-0/+8
2012-11-18You can't return from inside a TRY/CATCH/ENDTRY block (seeGuy Harris1-14/+34
2012-11-18Support the older format of SR failure for a while longer.Martin Mathieson1-2/+6
2012-11-18In the heuristic T.124 dissector, catch BoundsError andGuy Harris1-11/+23
2012-11-17Add channel type & ID to sequence analysis expert item strings.Martin Mathieson1-33/+63
2012-11-17Squelch another warning.Guy Harris1-1/+1
2012-11-17Squelch a warning (not enough data flow analysis is done to know thatGuy Harris1-1/+1
2012-11-17Handle the pseudo-trailer for the ATN extended checksums by passing inGuy Harris4-181/+231
2012-11-17Fix tpyoes.Guy Harris1-2/+2
2012-11-17There's no point in initializing variables to 0 when we unconditionally assignEvan Huus1-2/+2
2012-11-17From Stephen Wall:Jaap Keuter2-0/+4
2012-11-17Default to *not* decoding the ATN flavor of COTP, so that, for example,Guy Harris1-1/+1
2012-11-17dissect ask_release_reply apduMartin Kaiser1-0/+17
2012-11-17Get rid of extra blank lines and trailing white space.Guy Harris1-11/+6
2012-11-17Clean up white space.Guy Harris1-556/+562
2012-11-17Get rid of /* FALLTHROUGH */ comments that don't refer to fallingGuy Harris1-19/+31
2012-11-17Fix checksum handling (using val_to_str() on a Boolean is overkill, andGuy Harris1-36/+57
2012-11-17Note that:Guy Harris1-3/+3
2012-11-16Add casts to let the compiler know that we know what we're doing here.Guy Harris1-4/+4
2012-11-16Thank you, llvm-gcc, for eliminating much of the dataflow analysis thatGuy Harris1-1/+1
2012-11-16Add support for dissecting AMF messages; register the dissector for themGuy Harris1-300/+1037
2012-11-16Missed a ","Anders Broman1-1/+1
2012-11-16Fix:Anders Broman1-0/+1
2012-11-16From guettler:Anders Broman5-175/+997
2012-11-16From Jérôme LAFORGE:Anders Broman1-67/+158
2012-11-16From Jérôme LAFORGE:Anders Broman1-0/+15
2012-11-16From Dirk:Anders Broman4-24/+13
2012-11-16From Chris Bontje:Anders Broman1-5/+24
2012-11-16Added a try-catch in the heuristics to avoid a false malformed packetStig Bjørlykke1-10/+14