http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21186
User: guy
Date: 2007/03/25 09:07 PM
Log:
Before we've decided to dissect a frame, don't fetch any data before
checking to make sure it's available.
Don't dissect an audio frame if it doesn't have a valid version or layer
value.
Don't do anything with the columns until we've decided to accept a
frame.
The register routines are only called once; we don't have to check
whether they've already been called.
Directory: /trunk/epan/dissectors/
Changes Path Action
+43 -51 packet-mpeg-audio.c Modified
Directory: /trunk/asn1/mpeg/
Changes Path Action
+41 -49 packet-mpeg-audio-template.c Modified