aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-05-17When dumpcap is run to get an interface list, interface capabilities, orGuy Harris9-276/+519
interface statistics, have its error messages come out as sync-pipe errors, have it send a sync-pipe "success" message on success, and have the callers get that message and display it. svn path=/trunk/; revision=32843
2010-05-17Update Robert Hogan's entry to include TN5250Jeff Morriss1-0/+1
svn path=/trunk/; revision=32842
2010-05-17From Torrey Atcitty: IEEE 1722(AVB Transport Protocol) DissectorBill Meier6-0/+397
See Bug #4764 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4764) svn path=/trunk/; revision=32841
2010-05-17Move most of the contents of the header file into the .c file.Jeff Morriss2-1112/+1113
svn path=/trunk/; revision=32840
2010-05-17Remove trailing white spaceJeff Morriss1-36/+36
svn path=/trunk/; revision=32839
2010-05-17From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3922 :Jeff Morriss5-1/+7585
Add support for the IBM TN5250 data stream protocol. http://wiki.wireshark.org/TN5250 From me: Move most of the contents of the header file to the .c file. Replace blurbs that match the hf name with NULL. Replace empty-string blurbs with NULL. Fix some abbreviations (hf_tn5220_xxx -> tn5220.xxx). Make some functions static. Cast some offset increments to unsigned to make sure we don't go backwards (which could create a loop). This includes making most of the subdissection functions return an unsigned number. Use find_or_create_conversation(). svn path=/trunk/; revision=32838
2010-05-17Add CMakeOptions.txt to the source distributionJeff Morriss1-0/+1
svn path=/trunk/; revision=32837
2010-05-16Some cleanup and adding one more new feature.Jaap Keuter1-9/+16
svn path=/trunk/; revision=32836
2010-05-16Ensure we update default link-layer list when toggeling monitor mode.Stig Bjørlykke1-0/+1
svn path=/trunk/; revision=32835
2010-05-16[Automatic manuf and enterprise-numbers update for 2010-05-16]Gerald Combs2-7/+276
svn path=/trunk/; revision=32832
2010-05-16From Chidambaram Arunachalam:Jaap Keuter1-16/+28
Currently, H.264 dissector in Wireshark allows only one value for the "H264 dynamic payload type" preference value. This patch allows users to specify a value range for this parameter (96-127) so that both streams can be decoded for a video call with asymmetric rtp payload types. svn path=/trunk/; revision=32831
2010-05-16From Robert Lickenbrock:Jaap Keuter1-2/+9
Wireshark does not extract the vendor identifier (i.e. the 7th and 8th bytes) from the header of YMSG packets. The current implementations skips over these bytes during dissection, presumably because they were believed to be padding. svn path=/trunk/; revision=32830
2010-05-16If we don't know whether a device supports monitor mode, turn offGuy Harris2-8/+10
monitor mode in the checkbox before making the checkbox insensitive. svn path=/trunk/; revision=32829
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris4-166/+224
the payload. Should fix bug 4401. svn path=/trunk/; revision=32828
2010-05-15Also set sensitive on monitor and linktype label, as it's not clear thatStig Bjørlykke1-16/+15
the monitor mode is disabled when only the check box is disabled. svn path=/trunk/; revision=32827
2010-05-15Set the correct "monitor mode" button state.Stig Bjørlykke1-0/+7
svn path=/trunk/; revision=32826
2010-05-15text2pcap_scanner.l does not compile without warningsJörg Mayer2-6/+7
on my system - add it to the non-clean file list. svn path=/trunk/; revision=32825
2010-05-15Bruno Matos <bruno.matos@gmail.com>Jörg Mayer1-4/+4
In version_info.c file, if we put the Python include in first place we remove the warning/error "_POSIX_C_SOURCE redefined", as in this article: http://bytes.com/topic/python/answers/30009-warning-_posix_c_source-redefined . I had problems with CMake build. svn path=/trunk/; revision=32824
2010-05-15- Move cmake options into their own file, making it easier toJörg Mayer4-39/+92
use a locally modified version of the stuff - Some (still preliminary) CPack changes - Add -fexcess-precision=fast (configure.in and CmakeLists.txt) to the compileflags (new gcc-4.5 feature to maintain backward compatibility with gcc-4.4 and IMO we don't need the slower but more exact implementation gcc 4.5 offers. svn path=/trunk/; revision=32823
2010-05-15Use binary search when scanning the SANC and ISPC lists; correct a couple ofGerasimos Dimitriadis1-7/+9
double entries in the ISPC lists. svn path=/trunk/; revision=32822
2010-05-15Export prefs_capture_device_monitor_mode().Guy Harris1-0/+1
svn path=/trunk/; revision=32821
2010-05-15Support monitor mode in the capture preferences.Guy Harris6-101/+430
Use prefs_is_capture_device_hidden() to find out whether a device should be hidden - don't scan the list of hidden devices ourselves. svn path=/trunk/; revision=32820
2010-05-15Update to V9.2.0 (2010-03)Anders Broman8-1010/+2279
svn path=/trunk/; revision=32819
2010-05-15Update to V9.1.0 (2010-03).Anders Broman8-15/+189
svn path=/trunk/; revision=32818
2010-05-15Update to V9.2.0 (2010-03).Anders Broman8-100/+144
svn path=/trunk/; revision=32817
2010-05-14From Torrey Atcitty: IEEE 802.1Qat (Multiple Stream Reservation Protocol) ↵Bill Meier6-0/+794
dissector See: Bug #4757: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4757 svn path=/trunk/; revision=32816
2010-05-14From David Aggeler via ↵Jeff Morriss1-51/+67
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4762 : - Fixed HF to separate signed & unsigned values and to have BASE_DEC all signed - Fixed private sequences with undefined length in ILE - Fixed some spellings in comments svn path=/trunk/; revision=32815
2010-05-14Update to V9.2.3 (2010-03)Anders Broman8-1247/+1793
svn path=/trunk/; revision=32814
2010-05-14MNC, SANC and ISPC lists updated up to the latest OB, No 955Gerasimos Dimitriadis2-48/+207
svn path=/trunk/; revision=32813
2010-05-14Rework SMS reassembly:Jeff Morriss1-132/+147
- Take out the if(tree) because for reassembly to work we need to do the reassembly on the first pass. - Remove the (confusing) "try_dissect_message_fragment" preference (which caused us to dissect the message fragments) and replace it with a "reassembly" preference. Dissect the message fragments regardless of whether reassembly is enabled or not (it's just SMS). This solves the user confusion reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4232 . - Add the text of the SMS using proto_tree_add_string*() so that we an filter on the text. svn path=/trunk/; revision=32812
2010-05-14Fix a few usages of "" in the hfp] array 'blurb' field.Bill Meier3-31/+32
svn path=/trunk/; revision=32811
2010-05-14Fix the tooltip for the "monitor mode" checkbox.Guy Harris1-6/+8
Speak of network adapters rather than network cards (most personal computers these days have no network cards - the network adapters are on the motherboard). svn path=/trunk/; revision=32810
2010-05-14Set SVN propertiesJeff Morriss2-19/+19
svn path=/trunk/; revision=32809
2010-05-14Synchronize Makefiles even more.Jaap Keuter6-0/+6
svn path=/trunk/; revision=32808
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss27-111/+182
svn path=/trunk/; revision=32807
2010-05-14From Tamas Regos:Anders Broman1-78/+87
diameter dictionary.xml update AVP 1003: - typo: Flow-Informatio <-> Flow-Information - added: Monitoring-Key and AF-Signalling-Protocol - whitespace corrections AVP 1006: - added code: 24-28 and 100 - whitespace correction AVP 1001, 1007, 1013-1020: whitespace corrections https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4765 svn path=/trunk/; revision=32806
2010-05-14Fix compilation when we don't have pcap_create().Guy Harris1-2/+7
svn path=/trunk/; revision=32805
2010-05-14Support monitor mode from the GUI.Guy Harris1-16/+89
svn path=/trunk/; revision=32804
2010-05-14If something is only supposed to be included if we have libpcap, don'tGuy Harris5-17/+3
put #ifdef HAVE_LIBPCAP in it. Add multiple-inclusion protection to capture_errs.h. svn path=/trunk/; revision=32803
2010-05-14Don't include capture-related headers if we don't support capturingGuy Harris3-6/+9
network traffic. svn path=/trunk/; revision=32802
2010-05-14Um, no, the problem with the Leopard x86 build is that we first do aGuy Harris10-18/+18
build without libpcap, to make sure that works, and then do a build with libpcap, to put into a binary release. It's the former that's failing; I'll back out the previous change and then work on that. svn path=/trunk/; revision=32801
2010-05-14We already have a link to the IBM version of the 3270 manual; just referGuy Harris1-5/+2
to that. svn path=/trunk/; revision=32800
2010-05-14See whether the Leopard x86 buildbot is upset because of the nameGuy Harris10-18/+18
if_capabilities_t - it doesn't fail on Snow Leopard, even if I undefine HAVE_PCAP_CREATE, and doesn't fail on the Leopard PPC buildbot, either. svn path=/trunk/; revision=32799
2010-05-13Handle the Set Buffer Address command differently; this gets rid of theGuy Harris2-94/+98
macro with the "give credit" license, so back that out of COPYING. svn path=/trunk/; revision=32798
2010-05-13(Trivial) A little more whitespace cleanup.Bill Meier1-20/+20
svn path=/trunk/; revision=32797
2010-05-13From Torrey Atcitty: [Dissector Enhancement] Added new functionality to ↵Bill Meier2-38/+410
existing 1588v2 dissector to also support IEEE802.1AS. svn path=/trunk/; revision=32796
2010-05-13Fix up some indentationJeff Morriss1-3/+3
svn path=/trunk/; revision=32795
2010-05-13Reindent a bitJeff Morriss1-16/+22
svn path=/trunk/; revision=32794
2010-05-13Use find_or_create_conversation() in the exampleJeff Morriss1-31/+19
svn path=/trunk/; revision=32793
2010-05-13Document find_or_create_conversation()Jeff Morriss1-15/+26
svn path=/trunk/; revision=32792