aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
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-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-29Export ToTargetRNC-Container.Anders Broman2-89/+90
svn path=/trunk/; revision=30752
2009-10-29Update to the Mars verion of the protocol and export HandoverCommand.Anders Broman3-43/+148
svn path=/trunk/; revision=30751
2009-10-28Flag errors with expert info.Martin Mathieson1-2/+12
svn path=/trunk/; revision=30748
2009-10-28- Remove check_col.Anders Broman4-93/+103
- Make x2ap work. svn path=/trunk/; revision=30746
2009-10-28Missed an #include...Anders Broman2-9/+10
svn path=/trunk/; revision=30745
2009-10-28Update SCTP ppids, fix a faulty #define.Anders Broman4-4/+11
svn path=/trunk/; revision=30744
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
2009-10-27From Francesco Fondelli:Anders Broman4-679/+797
RSVP extensions for G.709 Optical Transport Networks Control, RFC 4328 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4148 With some changes from me: -(readme.developer:" Furthermore, 'display' field must be ORed with 'BASE_RANGE_STRING' (e.g. BASE_DEC|BASE_RANGE_STRING)." - Prefix headerfields with hf_ - Remove check_col svn path=/trunk/; revision=30727
2009-10-27From Herbert Lischka:Anders Broman1-3/+3
Minor changes to dissector packet-bacapp.c to solve some strange views to ReadPropertyMultiple-Acknowledge frames. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4161 svn path=/trunk/; revision=30726
2009-10-26Add a preference to control whether or not comment strings are scanned for ↵Martin Mathieson1-2/+13
oob LTE MAC messages. Scanning them is probably quite slow. svn path=/trunk/; revision=30713
2009-10-26Change a filter string for consistency.Martin Mathieson1-1/+1
svn path=/trunk/; revision=30712
2009-10-26Add support for displaying/filtering some LTE MAC out-of-band events.Martin Mathieson3-1/+193
svn path=/trunk/; revision=30711
2009-10-26RelocationRequired incorrectly dissected.Anders Broman1-5/+6
svn path=/trunk/; revision=30710
2009-10-26Try to parse unparsed token in accordance with fieldtype of all fileds with ↵Tomas Kukosa1-5/+16
the same name. svn path=/trunk/; revision=30705
2009-10-26From Jochen Bartl:Jaap Keuter1-2/+12
This patch fixes the display filter for the prefix length of IPv6 external route updates and the length calculation of the destination address in IPv6 route updates. svn path=/trunk/; revision=30703
2009-10-26From Jakub Zawadzki:Anders Broman1-48/+21
Fix memleaks while creating kademlia hash. svn path=/trunk/; revision=30702
2009-10-26Add support for showing/filtering/resaving logged LTE strings.Martin Mathieson1-18/+38
svn path=/trunk/; revision=30700
2009-10-25Label a short BSR as "short"Martin Mathieson1-19/+19
svn path=/trunk/; revision=30699
2009-10-25Decode DSL Forum TR-101 PPPoE tags.Balint Reczey1-5/+332
This fixes bug 3113. svn path=/trunk/; revision=30697
2009-10-25Option 2 (Time Offset) is signed.Gerald Combs1-13/+26
svn path=/trunk/; revision=30695
2009-10-25[Automatic manuf and enterprise-numbers update for 2009-10-25]Gerald Combs1-15/+155
svn path=/trunk/; revision=30692
2009-10-25From Jakub Zawadzki:Anders Broman49-388/+183
Cleanup dissector code - use proper memory functions. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4164 svn path=/trunk/; revision=30691
2009-10-25From Marton Nemeth via bug 4163:Stig Bjørlykke1-5/+11
Add support for input URBs. svn path=/trunk/; revision=30690
2009-10-25From Gerasimos Dimitriadis:Anders Broman1-6/+0
DTAP: MAP component of indefinite length within Facility IE https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4157 svn path=/trunk/; revision=30688
2009-10-24No point passing a global pointer as a function argument.Stig Bjørlykke1-18/+18
Made check_ndmp_rm() and check_ndmp_hdr() static. svn path=/trunk/; revision=30686
2009-10-24From Robert Simac via bug 3470:Stig Bjørlykke1-0/+125
Add the missing ndmp v4 messages, namely the: NDMP_CONFIG_GET_EXT_LIST NDMP_CONFIG_SET_EXT_LIST This may serve as the 1st step into actual extensions (Snapvault etc) dissector implementation. svn path=/trunk/; revision=30684
2009-10-24Load lua scripts from subdirectories in the plugins folders.Stig Bjørlykke1-21/+20
svn path=/trunk/; revision=30683
2009-10-24From Mithun Roy:Jaap Keuter2-104/+337
The primary header in bundle protocol contains some offset values(destination scheme offset, destination ssp offset, source scheme offset, source ssp offset, etc). These are the offsets within the dictionary if the length of the dictionary length is greater than 0. But if the dictionary length is 0, then these offset refer to node number and service number respectively(according to compressed bundle header encoding). For example if destination scheme offset is 2 and the destination ssp offset is 1, then the destination EID(<node_number>.<service_number>) is 2.1. Currently the dtn dissector will consider these offsets to be actual offsets in the dictionary even if the dictionary length is 0. So the values for the EID's(destination, source, report, custodian) and their schemes are junk values. For example if the destination scheme offset is 2 and the destination ssp offset is 1 and the dictionary length is 0(which means the dictionary is empty), then the destination scheme is 2 bytes after the beginning of the metadata block(field after dictionary) and destination is 1 byte after the beginning of the metadata block. svn path=/trunk/; revision=30682
2009-10-23Add a comment about using memcpy for scrubbing.Gerald Combs1-0/+5
svn path=/trunk/; revision=30680
2009-10-23Added init_wslua.hStig Bjørlykke1-0/+1
svn path=/trunk/; revision=30676
2009-10-23Load lua scripts in the plugins directory, both global and personal.Stig Bjørlykke7-26/+145
List loaded lua scripts in Help->About->Plugins. svn path=/trunk/; revision=30675
2009-10-23dissect_udp_bundle(): check if dissect_payload_header() orJeff Morriss1-7/+11
display_metadata_block() return 0 (meaning they failed to decode something and the offset was not incremented) rather than checking if the resulting offset is 0. This fixes the infinite loop reported in: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4156 svn path=/trunk/; revision=30672
2009-10-23Forgot to remove IA5_7BIT_decode(unsigned char * dest, const unsigned char* ↵Anders Broman1-3/+0
src, int len); svn path=/trunk/; revision=30671
2009-10-23From Gerasimos Dimitriadis:Anders Broman3-7/+89
DTAP: Decoding of subaddress information. sligtly modified. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4150 svn path=/trunk/; revision=30670
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman3-49/+58
svn path=/trunk/; revision=30669
2009-10-22Expert error if (non-padded) PDU is shorter than reported.Martin Mathieson1-4/+15
svn path=/trunk/; revision=30666
2009-10-22More long BSR fixes.Martin Mathieson1-20/+20
svn path=/trunk/; revision=30664
2009-10-22Fix issues with long BSR format, and attach expert info for non-zero RAR TA ↵Martin Mathieson1-6/+19
to correct item. svn path=/trunk/; revision=30663
2009-10-22From Greg Schwendimann:Jaap Keuter1-0/+77
The 802.3at Power Via MDI TLV dissector is incomplete as it does not decode the last three bytes. I have attached a patch that decodes the type/source/priority, PD requested power value, and PSE allocated power value fields. svn path=/trunk/; revision=30662
2009-10-22From Gerasimos Dimitriadis:Anders Broman3-115/+101
DTAP: Progress description depends on coding standard. Changed to export value strings trough .h file https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4146 svn path=/trunk/; revision=30661
2009-10-21Remove non-ASCII charactersJeff Morriss1-193/+193
svn path=/trunk/; revision=30656
2009-10-21From Gerasimos Dimitriadis:Anders Broman2-59/+71
DTAP: Call state depends on coding standard. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4145 svn path=/trunk/; revision=30655