aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-11-01- Dissect Target-ToSource-TransparentContainer.Anders Broman9-177/+318
- Update to 3GPP TS 25.413 V8.4.0 (2009-09). svn path=/trunk/; revision=30788
2009-10-31Dissect ToTargetRNC-Container.Anders Broman3-8/+26
svn path=/trunk/; revision=30787
2009-10-31Fix for bug 4076:Jaap Keuter1-1/+8
Have the option to continue dissection of data even with failed FCS check. svn path=/trunk/; revision=30786
2009-10-31The first field of a MAC Control frame isn't the "pause" field, it's theGuy Harris1-33/+38
opcode; an opcode of 0x0001 means PAUSE. Dissect the opcode field even if it's not a PAUSE frame. The second field of a PAUSE frame isn't the "quanta" field, it's the pause_time field; it's in *units* of quanta. Don't fetch fields until we need them (so we don't throw an exception if they're missing until we actually look at them). Clean up indentation. svn path=/trunk/; revision=30785
2009-10-31Verify bytes exist before doing heuristics check;Bill Meier1-6/+6
Registering the dissector publicly doesn't seem to be needed; Fix a typo in a comment and also some indentation. svn path=/trunk/; revision=30784
2009-10-31From mehturt:Jaap Keuter2-5/+263
The following patch adds decoding of "trick mode" fields in MPEG PES packet. svn path=/trunk/; revision=30783
2009-10-31Register dissectors in proto_reg_handoff (not proto_register) in the ↵Bill Meier2-9/+12
standard manner; Use col_add_fstr instead of col_clear/col_append-fstr. svn path=/trunk/; revision=30782
2009-10-31Remove incorrect comment which refered to a non existant header fileKovarththanan Rajaratnam1-8/+7
svn path=/trunk/; revision=30781
2009-10-31Populate protocol column before digging into the buffer (we might throw an ↵Kovarththanan Rajaratnam1-3/+3
exception while doing that) svn path=/trunk/; revision=30780
2009-10-31Make jmirror handle staticKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30779
2009-10-31Add JMirror dissectorKovarththanan Rajaratnam1-0/+1
svn path=/trunk/; revision=30778
2009-10-31From Wayne Brassem:Jaap Keuter2-0/+226
I have built and tested a new Wireshark dissector which decodes a mirrored packet that has an additional prepended UDP header attached to it. The packet format was designed by Juniper Networks. svn path=/trunk/; revision=30777
2009-10-31assert() doesn't throw an exception, it just immediately crashes theGuy Harris1-1/+2
app, and DISSECTOR_ASSERT() throws an exception, but claims the problem is a dissector bug, not a malformed packet. Presumably the error in question is the result of a malformed packet, so throw ReportedBoundsError to indicate that (it's not really the *right* exception, but the right exception doesn't exist). svn path=/trunk/; revision=30776
2009-10-30From Márton Németh: Jaap Keuter1-0/+9
When an unknown requests arrives try to parse it using the usual request format. svn path=/trunk/; revision=30775
2009-10-30From Márton Németh: Jaap Keuter2-0/+678
Add support for USB HUB class-specific requests as specified in USB 2.0 Chapter 11 Hub Specification. svn path=/trunk/; revision=30774
2009-10-30Prepare for c-ares 1.6.1 release.Jaap Keuter1-1/+11
svn path=/trunk/; revision=30773
2009-10-30Remove debug codeAnders Broman2-32/+2
svn path=/trunk/; revision=30772
2009-10-30- Bitrate must be FT_UINT64Anders Broman3-17/+75
- Dissect HandoverCommand svn path=/trunk/; revision=30771
2009-10-30- In new_octet_aligned_subset_bits() the length check must be on octet not bits.Anders Broman1-24/+36
- try to make the code a bit more readable. svn path=/trunk/; revision=30770
2009-10-30Sequence number should be displayed in DEC, not HEX!Martin Mathieson1-1/+1
svn path=/trunk/; revision=30769
2009-10-30Corrected name used for STANAG 4406.Stig Bjørlykke2-8/+8
svn path=/trunk/; revision=30768
2009-10-30Apply r30376 to asn1 template files.Stig Bjørlykke4-13/+10
svn path=/trunk/; revision=30767
2009-10-30Added SNMP to "Decode ASN.1 file as" list.Stig Bjørlykke2-0/+4
svn path=/trunk/; revision=30766
2009-10-30Add instructions for the cmake files.Jaap Keuter1-7/+28
svn path=/trunk/; revision=30765
2009-10-29Handle padded RTCP packets ending with SDES correctly as well.Jaap Keuter1-3/+4
svn path=/trunk/; revision=30764
2009-10-29From Marton Nemeth via bug 4181:Stig Bjørlykke1-2/+14
Take the USB descriptor length from packet. svn path=/trunk/; revision=30763
2009-10-29From Marton Nemeth via bug 4173:Stig Bjørlykke1-0/+291
Parse USB HID class-specific requests. svn path=/trunk/; revision=30762
2009-10-29From Marton Nemeth via bug 4173:Stig Bjørlykke2-13/+21
Move bmRequestType field constants to header file. svn path=/trunk/; revision=30761
2009-10-29Tidy up info column output showing partial NACK.Martin Mathieson1-4/+6
svn path=/trunk/; revision=30760
2009-10-29From Gerasimos Dimitriadis:Anders Broman1-52/+55
DTAP: Update of Reject Cause IE https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4179 svn path=/trunk/; revision=30759
2009-10-29Fixed 'Delta timestamp to previous captured frame' calculation inStig Bjørlykke1-49/+4
old packet list. This bug was introduced in r30052. svn path=/trunk/; revision=30758
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-0/+2
Fixed fp leakage in error path. svn path=/trunk/; revision=30757
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-2/+8
Fixed cfmt->cfield and cfmt leakage in the error path. svn path=/trunk/; revision=30756
2009-10-29From Eric Sesterhenn via bug 4175:Stig Bjørlykke1-1/+1
Use g_strdup to allocate filename. svn path=/trunk/; revision=30755
2009-10-29Fix a typoAnders Broman1-1/+1
svn path=/trunk/; revision=30754
2009-10-29New version is 1.3.2Jörg Mayer1-1/+1
svn path=/trunk/; revision=30753
2009-10-29Export ToTargetRNC-Container.Anders Broman3-89/+91
svn path=/trunk/; revision=30752
2009-10-29Update to the Mars verion of the protocol and export HandoverCommand.Anders Broman9-61/+217
svn path=/trunk/; revision=30751
2009-10-29Bump development version.Anders Broman3-4/+4
svn path=/trunk/; revision=30750
2009-10-28Check if selected packet is already selected before doing any updates.Stig Bjørlykke1-6/+10
This was originally added in r26803 for the old packet list. svn path=/trunk/; revision=30749
2009-10-28Flag errors with expert info.Martin Mathieson1-2/+12
svn path=/trunk/; revision=30748
2009-10-28From Nemeth Marton: in an example of a valid (at least at the C languageGuy Harris1-1/+1
level) way to handle passing the result of strlen() to a routine expecting a int-sized value, mark it as "OK", not "Compiler warning". svn path=/trunk/; revision=30747
2009-10-28- Remove check_col.Anders Broman8-171/+191
- Make x2ap work. svn path=/trunk/; revision=30746
2009-10-28Missed an #include...Anders Broman4-11/+13
svn path=/trunk/; revision=30745
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman6-5/+13
svn path=/trunk/; revision=30744
2009-10-27Simplify the download text as recommended by Ulf.Gerald Combs1-3/+2
svn path=/trunk/; revision=30741
2009-10-27Get rid of deprecated GTK functions.Anders Broman1-62/+89
svn path=/trunk/; revision=30734
2009-10-27Switch back to normal versioning.Gerald Combs1-4/+4
svn path=/trunk/; revision=30733
2009-10-27Add a missing file.Gerald Combs1-0/+1
svn path=/trunk/; revision=30732
2009-10-27From Fred Fierling:Anders Broman1-23/+31
Fixes bugs in dissection of write attributes, read reporting configuration, and configure reporting clusters in the ZigBee Cluster Library. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4113 svn path=/trunk/; revision=30731