aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-25Revert --with-echld until I find out how to get it to work with Cmake...Luis Ontanon2-57/+5
: svn path=/trunk/; revision=50138
2013-06-25--with-echldLuis Ontanon2-5/+57
svn path=/trunk/; revision=50137
2013-06-25another iteration, prepared for automake.Luis Ontanon10-138/+124
svn path=/trunk/; revision=50136
2013-06-25more stuff...Luis Ontanon3-13/+76
svn path=/trunk/; revision=50135
2013-06-24Based on initial patch by Michal LabedzkiEvan Huus1-1/+7
Don't return a negative value from get_type_length, it can get us into bad loops. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8831 svn path=/trunk/; revision=50134
2013-06-24From Fabio Tarabelloni viaEvan Huus4-2/+1462
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 More zigbee dissection: - illuminance measurement cluster - temperature measurement cluster - pressure measurement cluster - relative humidity measurement cluster svn path=/trunk/; revision=50133
2013-06-24Fix wmem_tree.h ifdef guards, hopefully fixing the check-abi buildbot.Evan Huus1-2/+2
svn path=/trunk/; revision=50132
2013-06-24So it comes to this...Evan Huus1-0/+54
Put in a whole bunch of stderr output in the wmem tree tests in the hopes that the next time one of the buildbots randomly (and irreproducibly) fails on this step we'll have at least a bit of a hint as to where it happened. svn path=/trunk/; revision=50131
2013-06-24Add an option to dissect RRC-Container IEPascal Quantin2-1/+9
svn path=/trunk/; revision=50130
2013-06-24A follow-up to r50127 to highlight the correct 4 bytes of the Ethernet FCS ↵Chris Maynard1-12/+12
for the hf_eth_fcs_good and hf_eth_fcs_bad fields. svn path=/trunk/; revision=50128
2013-06-24The Ethernet FCS is 32 bits, not 16 bits.Guy Harris1-1/+1
svn path=/trunk/; revision=50127
2013-06-24Dumpcap can write raw packets to stdoutBalint Reczey1-3/+1
svn path=/trunk/; revision=50126
2013-06-24Display RSSI in dB instead of dBm. Fixes the last remaining issue reported ↵Chris Maynard1-1/+1
in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4507 #BACKPORT(1.10,1.8) svn path=/trunk/; revision=50125
2013-06-23Make Authentification String filterableAlexis La Goutte1-7/+7
svn path=/trunk/; revision=50124
2013-06-23From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8837 ↵Alexis La Goutte1-6/+121
Add support for VHT Transmit Power Envelope IE Added support for VHT TPE IE and also tested it Also fixed a small typo from "IEEE Stc" to "IEEE Std" for all 802.11ac references. From me: * Remove some trailing whitespace * Fix bitmask PWR Info Unit * Modify expert_info to display error in PWR Info Count * Fix (possibility) loop * Fix value_string (not need to have Reserved...) svn path=/trunk/; revision=50123
2013-06-23Enhance VRRP Dissector * Make checksum field filterable * Add also a ↵Alexis La Goutte1-11/+40
checksum_bad filter and display a expert info when checksum is bad svn path=/trunk/; revision=50122
2013-06-23Alphabetically sort in file-mp4.cJörg Mayer1-1/+1
svn path=/trunk/; revision=50121
2013-06-23Small whitespace fixesJörg Mayer1-14/+14
svn path=/trunk/; revision=50120
2013-06-23[Automatic manuf, services and enterprise-numbers update for 2013-06-23]Gerald Combs2-9/+51
svn path=/trunk/; revision=50117
2013-06-22Only do a tree lookup if we have a tree to look up in.Evan Huus1-1/+3
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8833 svn path=/trunk/; revision=50116
2013-06-22Make assertions in tree lookup more useful and fix formatting.Evan Huus1-8/+7
Should help debugging https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8833 svn path=/trunk/; revision=50115
2013-06-22Not yet running but almost there with the dummyLuis Ontanon11-380/+636
svn path=/trunk/; revision=50114
2013-06-22More proper fix (per advice of bug 8515 ↵Michael Mann6-18/+18
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8515)) of global variables complained about in bug 7060 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7060). Not sure if algorithm_id of x509af dissector could also be a actx->external.direct_reference, so left it alone. svn path=/trunk/; revision=50113
2013-06-22Make TCP segment length a generated field instead of a hidden field.Ronnie Sahlberg1-3/+4
We should deprecate the use of hidden fields, at least for fields that arei useful in filters. To make it easier for users to discover and use the fields. Change the highly useful field for TCP segment payload length from being a hidden field to be a generated field instead. svn path=/trunk/; revision=50112
2013-06-21Add Uli HeilmeierMichael Mann1-0/+4
svn path=/trunk/; revision=50111
2013-06-21AF_INET and AF_INET6 undefined in textpcap.c when compiling on FreeBSDStephen Fisher1-0/+4
9.1-RELEASE with non-standard gcc 4.6, so pull in sys/socket.h when available. svn path=/trunk/; revision=50110
2013-06-21Cast away another implicit conversion not allowed in C++ warningStephen Fisher1-1/+1
svn path=/trunk/; revision=50109
2013-06-21Cast away some errors of these types:Stephen Fisher1-5/+5
request for implicit conversion from 'gpointer' to 'char *' not permitted in C++ [-Werror=c++-compat] and enum conversion when passing argument 3 of 'krb5_crypto_init' is invalid in C++ [-Werror=c++-compat] svn path=/trunk/; revision=50108
2013-06-21Sort the man pages. Add capinfos and reordercap. Should we also any others ↵Chris Maynard3-24/+48
(i.e., asn2deb, dftest, idl2deb, idl2wrs, randpkt)? svn path=/trunk/; revision=50107
2013-06-21get_ax25_name() is *NOT* the right routine to use to translate aGuy Harris1-15/+61
human-readable representing an AX.25 subaddress (e.g. "KA9Q-01") into the binary form of an AX.25 address, because what it does is translate the binary form of an AX.25 address to the human-readable form! We currently have no routine that does the right thing and, even if we did, given that some bits in the AX.25 subaddress format are used for purposes other than representing the call sign and substation ID, so the matching routines for AX.25 addresses need to ignore certain bits. For now, we just remove the call to get_ax25_name() (which squelches the pointer-signedness warning that made me look at this code, and find the problem, in the first place) and replace it with a comment discussing the problem and a failure. The other pointer-signedness warning brought up a question of what to do with G_REGEX_RAW in the g_regex_match_full() call; it didn't bring up an immediately obvious *answer*, so we throw a cast at the warning and add another comment. (We fix up alignment while we're at it.) svn path=/trunk/; revision=50106
2013-06-21rename packet-mp4.c to file-mp4.cMartin Kaiser3-3/+3
svn path=/trunk/; revision=50105
2013-06-21Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris3-10/+10
to) warnings. svn path=/trunk/; revision=50104
2013-06-21Delete the moved filesLuis Ontanon6-3391/+0
svn path=/trunk/; revision=50103
2013-06-21move echld to final dest...Luis Ontanon6-0/+3391
svn path=/trunk/; revision=50102
2013-06-21Compiles, still incomplete...Luis Ontanon6-97/+849
svn path=/trunk/; revision=50101
2013-06-21One more fix for the protocol grey highlighting.Evan Huus1-2/+4
svn path=/trunk/; revision=50100
2013-06-21Yet another fix, put spaces in insensitive or normal state.Jakub Zawadzki1-6/+9
svn path=/trunk/; revision=50099
2013-06-21fix for r50095 don't fetch parent hfinfo, traverse tree to get top one.Jakub Zawadzki1-19/+38
svn path=/trunk/; revision=50098
2013-06-21create libfiledissectors.a during the autotools buildMartin Kaiser3-3/+9
svn path=/trunk/; revision=50097
2013-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8799 :Pascal Quantin3-5/+12
Display certificate as UINT64 and add support for a 64bits unsigned value in BER dissector svn path=/trunk/; revision=50096
2013-06-20Highlight protocol bytes in grey, idea stolen from qtsharkJakub Zawadzki3-24/+78
svn path=/trunk/; revision=50095
2013-06-20Save and restore private_data pointer instead of freeing the old one, since thisEvan Huus1-6/+5
function can be called nestedly. Also use wmem memory so it doesn't leak. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8828 svn path=/trunk/; revision=50094
2013-06-20Regenerate DAP dissector that was changed in r50073 for some reasonPascal Quantin1-1/+1
svn path=/trunk/; revision=50093
2013-06-20Split README.developer into two: README.developer and README.dissector. All theEvan Huus2-3131/+3193
documentation specific to dissectors should now live in README.dissector - what remains in README.developer should be useful to anybody coding on Wireshark regardless of if you're working on the GUI, wiretap, dissectors, etc. This first pass I did a fairly dumb split of copy-pasting relevant chunks from one file to the other. There are probably fragments that aren't in the right file anymore, so cleanup welcome. svn path=/trunk/; revision=50092
2013-06-20inform expert info layer about the current number of packet commentsMartin Kaiser3-0/+13
when the last comment is removed and we have no other expert info, the maximum severity is changed from comment to none svn path=/trunk/; revision=50091
2013-06-20Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8829 :Pascal Quantin1-1/+1
Prevent an out of bounds access in 802.11 Radiotap dissector svn path=/trunk/; revision=50090
2013-06-20From Fabio Tarabelloni viaEvan Huus6-6/+635
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 Zigbee partition cluster dissector. svn path=/trunk/; revision=50089
2013-06-20Fix indent (use Tabs)Alexis La Goutte1-15/+15
svn path=/trunk/; revision=50088
2013-06-20Fix warning about CPUInfo in Linux (when use qmake to build qtshark)Alexis La Goutte1-1/+5
../../version_info.c: In function 'get_cpu_info': ../../version_info.c:662:5: warning: pointer targets in passing argument 1 of 'do_cpuid' differ in signedness [-Wpointer-sign] ../../version_info.c:622:1: note: expected 'guint32 *' but argument is of type 'int *' ../../version_info.c:670:5: warning: pointer targets in passing argument 1 of 'do_cpuid' differ in signedness [-Wpointer-sign] ../../version_info.c:622:1: note: expected 'guint32 *' but argument is of type 'int *' ../../version_info.c:672:5: warning: pointer targets in passing argument 1 of 'do_cpuid' differ in signedness [-Wpointer-sign] ../../version_info.c:622:1: note: expected 'guint32 *' but argument is of type 'int *' ../../version_info.c:674:5: warning: pointer targets in passing argument 1 of 'do_cpuid' differ in signedness [-Wpointer-sign] ../../version_info.c:622:1: note: expected 'guint32 *' but argument is of type 'int *' svn path=/trunk/; revision=50087
2013-06-20From Fabio Tarabelloni viaEvan Huus4-45/+792
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8718 New zigbee cluster dissectors added for Basic and Identify clusters. svn path=/trunk/; revision=50086