aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-05-29SCSI SBC: Add dissection of GET_LBA_STATUS commandRonnie Sahlberg2-2/+90
2012-05-29From Deepti Ragha:Anders Broman1-3/+429
2012-05-29From Aditya Ambadkar and Diana Chris:Anders Broman2-7/+52
2012-05-29From Evan Huus:Anders Broman1-2/+13
2012-05-29From Erwin Rol: fix a copy-and-paste leftover.Guy Harris1-2/+1
2012-05-28Keep backward compatibility with UDP framing format for UMTS RLC dissectorPascal Quantin5-147/+165
2012-05-28Use C/T as rbidAnders Broman1-3/+17
2012-05-28Use ett instead of hf variableAnders Broman1-7/+9
2012-05-28Fix Coverity CID's 702388 and 702422: OVERFLOW_BEFORE_WIDEN.Chris Maynard1-1/+1
2012-05-28Set but not used variableAnders Broman1-2/+0
2012-05-28Remove C++ style comments initilize some variables.Anders Broman1-3/+4
2012-05-28While iterating over string characters don't use strlen(), but check for NUL.Jakub Zawadzki4-7/+6
2012-05-28Set SVN properties.Anders Broman1-1/+1
2012-05-28Set SVN properties.Anders Broman4-4/+4
2012-05-28From Erwin Rol:Anders Broman9-353/+4844
2012-05-28Extend the switch statement.Anders Broman2-4/+9
2012-05-28Move defenition of rlc_mode.Anders Broman2-1/+10
2012-05-28Try to pacify the Ubuntu buildbot.Anders Broman2-6/+5
2012-05-28Enhance CHANNEL_HSDSCH dissection.Anders Broman5-85/+201
2012-05-28Sometimes you might have plaintext LDAP for a SASL LDAP connection if the han...Ronnie Sahlberg1-0/+6
2012-05-27[Automatic manuf, services and enterprise-numbers update for 2012-05-27]Gerald Combs1-4/+128
2012-05-25Add a null check to fix Coverity CID 280210. It doesn't look like we'dGerald Combs1-0/+3
2012-05-25Fix Coverity CID 700177 Unused pointer value.Chris Maynard1-1/+1
2012-05-25The rest of the fix for Coverity CID's 280507 and 280508. (There were multip...Chris Maynard1-8/+9
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-2/+2
2012-05-25Add a "fallthrough" comment to avoid a missing break report from Coverity. F...Chris Maynard1-0/+1
2012-05-25Fix Coverity CID 701035: Dereference after null check of hfinfo.Chris Maynard1-3/+3
2012-05-25Fix Coverity CID 700201: Dereference after null check, by ensuring "decoder" ...Chris Maynard1-0/+4
2012-05-25tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-3/+7
2012-05-24tvb_length_remaining() can return a negative number, so be sure to handle it....Chris Maynard1-4/+16
2012-05-24Update asn1-generated dissector.Chris Maynard1-2/+2
2012-05-24tvb_reported_length_remaining() can return a negative number. In dissect_gad...Chris Maynard1-4/+7
2012-05-24Fix bug #7283Jakub Zawadzki1-1/+2
2012-05-24From Martin Kaiser:Anders Broman2-4/+4
2012-05-24From Mayuresh Raut.Anders Broman1-5/+503
2012-05-23From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=72...Pascal Quantin1-10/+173
2012-05-23Fix bug #7277Jakub Zawadzki1-1/+3
2012-05-23Dissect MAC and RLC for CHANNEL_FACH_FDDAnders Broman1-4/+45
2012-05-23Add conv_id.hAnders Broman1-2/+3
2012-05-23Add file missing from http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev...Anders Broman1-0/+48
2012-05-23From Robert Bullen:Anders Broman2-0/+6
2012-05-23Fix a typoAnders Broman1-1/+1
2012-05-23From Jim Wright:Anders Broman2-14/+109
2012-05-23 All:Bill Meier2-223/+224
2012-05-23From Evan Huus: "Fix Potential padding issues in Yahoo dissectors"Bill Meier2-3/+11
2012-05-23Fix Coverity CID 703086: Dereference after null check in decode_tcp_ports().Chris Maynard1-1/+1
2012-05-22Fix: packet-gsm_a_gm.c:3965:6: error: comparison is always true due to limite...Jeff Morriss1-2/+2
2012-05-22Suppress a (legitimate) compiler warning for now, and leave a commentGuy Harris1-1/+2
2012-05-22nflog dissector:Jakub Zawadzki1-4/+24
2012-05-22Fix PCH dissectionAnders Broman2-73/+72