summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-11-24Reorder the wmem scopes to be ordered by lifetime, which makes more sense thanEvan Huus1-16/+16
2012-11-24Add a simple block allocator to wmem (no canaries or anything yet) and use itEvan Huus5-1/+247
2012-11-24Set up BFCP conversationsAnders Broman2-29/+83
2012-11-23Improve dissection;Bill Meier1-300/+239
2012-11-23Error: the name for hf_bfcp_queue_pos ("bfcp.queue_pos") has trailing space i...Anders Broman1-1/+1
2012-11-23Update dissetion of the header flags.Anders Broman1-5/+37
2012-11-23Add dissection of attributes.Anders Broman1-89/+387
2012-11-23Cell Identity (CI) is 2 octets.Anders Broman1-4/+23
2012-11-23From mathewt via bug 8012:Stig Bjørlykke1-2/+2
2012-11-22Fix the expert info dealing with parameter padding. The final parameterMichael Tüxen1-53/+61
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