aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Rebuild the X11 dissector with the latest versions of xcbproto and mesa.Jeff Morriss6-14/+174
svn path=/trunk/; revision=37145
2011-05-14From Tyson Key via bug 5922: Add another AT magic array.Chris Maynard1-4/+6
(I changed the array names to be more generic.) svn path=/trunk/; revision=37144
2011-05-14From Sven Eckelmann via ↵Jeff Morriss1-1/+295
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5658 : Add support for v12 fragmented unicast. svn path=/trunk/; revision=37143
2011-05-14From Sven Eckelmann via ↵Jeff Morriss1-44/+54
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5658 : Read unchanged packets of v12 as v10 packets Read unchanged packets of v13 as v11 packets Use version in packet type definitions svn path=/trunk/; revision=37142
2011-05-14Remove the qpi_ from info level dissectors used for set info calls asGuy Harris1-16/+16
well. svn path=/trunk/; revision=37139
2011-05-14For Find File Unix and Unix Info2, spell it "Unix", to match Query FileGuy Harris1-219/+181
and Set File. Add Query and Set File Unix Info2; use common code to dissect the Unix Info2 structure. Use common code for Unix Basic, while we're at it. svn path=/trunk/; revision=37138
2011-05-14Make the tree items for strings look a little less ugly.Guy Harris1-1/+2
Note that the string value should be put into the protocol tree. svn path=/trunk/; revision=37137
2011-05-13Fix a compiler warningBill Meier1-0/+1
svn path=/trunk/; revision=37136
2011-05-13Fix Bug 5920: "DNP3 dissector incorrect constants AL_OBJ_FCTR_16NF ↵Bill Meier1-3/+3
_FDCTR_32NF _FDCTR_16NF" https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5920 svn path=/trunk/; revision=37135
2011-05-13Fix Bug 5919: "IE 89 Forwarding Status - Incorrect Decoding"Bill Meier1-44/+104
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5919 svn path=/trunk/; revision=37133
2011-05-13Delete 2 assignments to 'i' as neither were used. Fixes Coverity CID 875.Chris Maynard1-5/+4
svn path=/trunk/; revision=37132
2011-05-13Delete assignment of item as it's not used. Fixes Coverity CID 869.Chris Maynard1-3/+2
svn path=/trunk/; revision=37131
2011-05-13Eliminate deadcode. Fixes Coverity CID 415.Chris Maynard1-2/+0
svn path=/trunk/; revision=37127
2011-05-13(Trivial) fix a spelling error.Bill Meier1-1/+1
svn path=/trunk/; revision=37126
2011-05-13Make it work when we have pluginsJeff Morriss1-3/+1
svn path=/trunk/; revision=37125
2011-05-13Don't try to export the plugin symbols if we're not building with plugins.Jeff Morriss1-0/+10
svn path=/trunk/; revision=37124
2011-05-13As suggested by Anders: back out 37112.Jeff Morriss1-40/+4
svn path=/trunk/; revision=37123
2011-05-13Regenerate ASN.1 dissectors to update the #line directive.Stig Bjørlykke132-1880/+1883
svn path=/trunk/; revision=37118
2011-05-13We should get rid of g_mem_chunk_alloc() as it leaks memoryAnders Broman1-4/+40
http://www.wireshark.org/lists/wireshark-dev/200910/msg00074.html g_slice allocing the keys should make it possible to walk the fragment table and free the fragments once they are g_slice_alloced. It remains fo figure out how to do that. svn path=/trunk/; revision=37112
2011-05-13From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss2-23/+37
1. Reload framing protocol no longer encapsulates the Reload message, instead the latter is in its own tree following Reload framing, much like IP, UDP, etc. 2. Similarly, DTLS no longer encapsulates its data payload if the payload can be dissected. The recognized payload is in its own tree following the DTLS, much like IP, UDP, etc. 4. DTLS now has its own heuristic table for dissecting its payload, and reload-framing is added to this DTLS heuristic table. 6. DTLS will try to dissect its payload if the agreed upon cipher is RSA-NULL-MD5 (0x0001) or RSA-NULL-SHA (0x0002), even when DTLS is not configured with the client/server private keys. Still to do: make DTLS a heuristic dissector on top of UDP (item 3 in the bug). svn path=/trunk/; revision=37110
2011-05-13Allocate wslua_plugin_list even if we do not HAVE_PLUGINSJeff Morriss1-3/+3
svn path=/trunk/; revision=37109
2011-05-12From Johannes Jochen via ↵Jeff Morriss5-10/+448
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5900 : I have created a dissector for the Multiple MAC Registration Protocol based on the exiting dissector of the Multiple Stream Reservation Protocol (bugzilla id: 4757 ) You can found the documentation of the Protocol here: http://standards.ieee.org/getieee802/download/802.1ak-2007.pdf It's also includes the corrections of the protocol you will found here: http://standards.ieee.org/getieee802/download/802.1Q-2005_Cor1-2008.pdf svn path=/trunk/; revision=37104
2011-05-12From Richard Brodie via ↵Jeff Morriss1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5800 : Fix compilation if we HAVE_LIBGNUTLS but we do not HAVE_LIBGCRYPT. (The former can be built using libnettle instead of the latter.) svn path=/trunk/; revision=37102
2011-05-12From Yaniv Kaul via bug 5858: Fix some "set but not used" warnings. IChris Maynard1-10/+5
committed a variation of his patch that deleted unused variables rather than #if 0'ing them out, and I also kept dissect_dnp3_al()'s return values, even if it's not currently being checked, just in case the commented code is ever uncommented and the return value ends up being checked later on. Lastly, I also added what appeared to be some missing DNP3_AL_UNS's. svn path=/trunk/; revision=37100
2011-05-12Packet editor: support for saving changed frames.Jakub Zawadzki1-0/+8
svn path=/trunk/; revision=37099
2011-05-12Use rcode instead of repeated uses of "flags & F_RCODE". One change submittedChris Maynard1-3/+3
from Yaniv Kaul via bug 5858; the other 2 from me. svn path=/trunk/; revision=37097
2011-05-12Add snai, mpf and efi to bf_tree, not tree. Fixes Coverity CID 1045.Chris Maynard1-3/+3
svn path=/trunk/; revision=37090
2011-05-12Wrap assoc_tree within #if 0 ... #endif. Fixes Coverity CID 1049.Chris Maynard1-1/+3
svn path=/trunk/; revision=37089
2011-05-12Add token to query_tree instead of to tree. Fixes Coverity CID 1057.Chris Maynard1-2/+2
svn path=/trunk/; revision=37088
2011-05-12Delete eth_addr; it was assigned a value but never used. Fixes Coverity 1070.Chris Maynard1-2/+0
svn path=/trunk/; revision=37087
2011-05-12Use nonce_2_item instead of incorrect nonce_1_item. Fixes Coverity CID 1071.Chris Maynard1-2/+2
svn path=/trunk/; revision=37086
2011-05-12Delete acm as it is assigned but never used. Fixes Coverity 1072.Chris Maynard1-2/+0
svn path=/trunk/; revision=37085
2011-05-12Add text to fac_subtree instead of fac_tree. Fixes Coverity CID 1129.Chris Maynard1-1/+1
svn path=/trunk/; revision=37083
2011-05-12Fix double free. Jakub Zawadzki1-1/+1
compr is also freed outside loop. So free it only when returning. Might be related with bug #5908, but I don't have access to that bug ;-) svn path=/trunk/; revision=37081
2011-05-12Remove check_col, use ENC_BIG_ENDIAN.Anders Broman1-233/+233
svn path=/trunk/; revision=37080
2011-05-12Include config.h (for WS_MSVC_NORETURN) and g_gnuc.h (for G_GNUC_NORETURN)Jeff Morriss2-3/+5
svn path=/trunk/; revision=37077
2011-05-12Indicate Signed Receipt in info column.Stig Bjørlykke2-22/+28
svn path=/trunk/; revision=37074
2011-05-12Prefix "fragments" with IPv6, as is done with IPv4.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=37071
2011-05-12Use IPv4 as protocol name, to align with IPv6.Stig Bjørlykke1-15/+15
svn path=/trunk/; revision=37070
2011-05-12Fix the test.sh failures based on Guy's suggestion in ↵Jeff Morriss7-48/+62
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5445#c15 : Add a new tap flag to indicate that a tap listener is just a "dissector helper", that is, a tap which is used by a dissector to help it do its dissection but does not, itself, require dissection. Use this new flag in the dissectors which register taps. Remove the (now-unused) have_tap_listeners() function. svn path=/trunk/; revision=37069
2011-05-11When performing heuristics, use tvb_length() instead of tvb_reported_length().Chris Maynard1-1/+1
svn path=/trunk/; revision=37067
2011-05-11Remove some unused variable assignments. Fixes Coverity CID 1202.Gerald Combs1-3/+3
svn path=/trunk/; revision=37065
2011-05-11#include <string.h> not req'd;Bill Meier1-8/+7
Move proto_reg_handoff...() to the end of the file as per the usual convention. svn path=/trunk/; revision=37063
2011-05-11Add packet-usb-at.c;Bill Meier1-4/+5
Also: put a few entries in alphabetical order. svn path=/trunk/; revision=37062
2011-05-11Support multiple Scheduling Requests in one PDU.Martin Mathieson3-47/+127
svn path=/trunk/; revision=37060
2011-05-11From Michael Chen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5863 :Jeff Morriss1-5/+7
5. A guaranteed null pointer access violation is fixed in packet-ssl-utils.c when DTLS succeeded in dissecting its payload. svn path=/trunk/; revision=37058
2011-05-11Use consistent casing in hf_ descriptions and expert infos.Jeff Morriss1-112/+112
svn path=/trunk/; revision=37057
2011-05-11From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5893 :Jeff Morriss1-10/+61
- Put back the hf_ variables removed from the last patch - Change the verbose protocol name to the (now) official spelling "VLAN Trunking Protocol" instead of "Virtual Trunk Protocol" - Made the "Info" column more informative by placing the message type and selected key information into it, instead of just the verbose protocol name - Corrected an error in the handling of the Advert-Request message where the Management Domain Name field was not parsed properly, resulting in wrong parsing of the remainder of the entire Advert-Request message svn path=/trunk/; revision=37056
2011-05-11Eliminate redundant blurbsJeff Morriss1-15/+15
svn path=/trunk/; revision=37055
2011-05-10From Olivier Crete via bug 5761: Compute the FCI size correctly for RTCP RTPFB.Chris Maynard1-4/+4
svn path=/trunk/; revision=37052