aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Automatic manuf, services and enterprise-numbers update for 2012-09-16]Gerald Combs2012-09-163-5/+127
| | | | svn path=/trunk/; revision=44924
* Compile and install schemas if GTK3 is used, nsis needs update tooAnders Broman2012-09-162-0/+4
| | | | svn path=/trunk/; revision=44923
* Work around Solaris 11's pkg-config being in /usr/ccs/bin but itsGuy Harris2012-09-161-0/+10
| | | | | | | | | | aclocal directory apparently being in /usr/share/aclocal rather than the non-existent /usr/ccs/share/aclocal. (/usr/ccs is sort of an extension of /usr for developers; I'm not sure why they stuck the pkg-config stuff under /usr/share rather than /usr/ccs/share given that it's of interest only to developers.) svn path=/trunk/; revision=44922
* From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus2012-09-158-25/+51
| | | | | | | Make right-click + apply-as-filter work in the packet list for non-ethernet frames (such as ieee 802.11 frames). svn path=/trunk/; revision=44921
* Add support for bzr checkouts (similar to git checkouts) to make-version.pl.Evan Huus2012-09-151-1/+35
| | | | | | Also, add modelines. svn path=/trunk/; revision=44920
* Trivial whitespace formatting cleanup;Bill Meier2012-09-151-122/+128
| | | | svn path=/trunk/; revision=44919
* Minor cleanup:Bill Meier2012-09-151-48/+10
| | | | | | | | - Remove unneeded #includes; - Remove unused function [which uses deprecated gtk_table...()]; - Use consistent whitespace formatting style. svn path=/trunk/; revision=44918
* Trivial cleanup;Bill Meier2012-09-151-65/+67
| | | | | | | | Remove a few unneeded initializers; Fix a few typos in comments; Use consistent formatting style. svn path=/trunk/; revision=44917
* From Niels Widger via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7725Evan Huus2012-09-155-0/+26
| | | | | | | Add get_filter method to Wireshark's Lua interface (to correspond with the already-exposed set_filter method). svn path=/trunk/; revision=44916
* Avoid a stack-smash when decoding the new DNS option field if the length isEvan Huus2012-09-151-1/+8
| | | | | | | | malformed. Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7730 svn path=/trunk/; revision=44915
* Don't redefine WIRESHARK_UI_SRCAnders Broman2012-09-151-5/+0
| | | | svn path=/trunk/; revision=44914
* text_import_scanner_lex.h and text_import_scanner.c are now part ofGuy Harris2012-09-152-7/+7
| | | | | | libui, not libgtkui. svn path=/trunk/; revision=44913
* *Do* use DIRTY_GENERATED_C_FILES, as it's defined; sadly, flex doesn'tGuy Harris2012-09-151-2/+4
| | | | | | generate warning-free files. svn path=/trunk/; revision=44911
* DIRTY_GENERATED_C_FILES is empty, and isn't used by ui/gtk/Makefile.am,Guy Harris2012-09-152-6/+2
| | | | | | | so get rid of it, and stop using it in ui/gtk/Makefile.make; we don't want to encourage people to create source files that get warnings. svn path=/trunk/; revision=44910
* Nobody uses DIRTY_GENERATED_C_FILES, so get rid of it; we don't want toGuy Harris2012-09-151-4/+1
| | | | | | encourage people to create source files that get warnings. svn path=/trunk/; revision=44909
* Update CMakeLists to respect the recent libui changes so that wireshark andEvan Huus2012-09-151-1/+2
| | | | | | | | | qtshark build again. (Also, first commit trying to use bzr as an svn client, so apologies if something unexpected breaks) svn path=/trunk/; revision=44908
* libgtkui_dirty → libui_dirty.Gerald Combs2012-09-143-9/+9
| | | | svn path=/trunk/; revision=44907
* More fixes for the text import move.Gerald Combs2012-09-144-11/+11
| | | | svn path=/trunk/; revision=44906
* Deletions from the last commit didn't make it for some reason.Gerald Combs2012-09-144-1215/+0
| | | | svn path=/trunk/; revision=44905
* Create a common libui using CMake similar to what we do with Autotools.Gerald Combs2012-09-1414-34/+1318
| | | | | | | Move the GTK+ text import code to the common UI directory. Create wtap_encap_requires_phdr() from code in file_import_dlg.c. svn path=/trunk/; revision=44904
* Fix up the (#if'd out) sequence number analysis debug code so that it ↵Jeff Morriss2012-09-141-105/+109
| | | | | | compiles and is easier to read. Also fix up some white space. svn path=/trunk/; revision=44903
* Use consistent indentation and formatting style;Bill Meier2012-09-141-132/+134
| | | | | | Fix a few typos; Fix long line. svn path=/trunk/; revision=44902
* Try to make the buildbot happy.Anders Broman2012-09-141-2/+2
| | | | svn path=/trunk/; revision=44901
* Heuristically dissect TIPC IP payloads.Anders Broman2012-09-141-0/+42
| | | | svn path=/trunk/; revision=44900
* From Mike Morrin:Anders Broman2012-09-144-74/+76
| | | | | | | | | | | | | Fix pedantic compiler warnings in csn.1 dissectors. There is some tricky casting going on in csn.1 structures. To eliminate all the warnings, the function pointers needed to be moved out of the object pointer unions. Fortunately macros (mostly) hide these changes from the protocol dissector tables. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 svn path=/trunk/; revision=44899
* Address buildbot error:Anders Broman2012-09-141-1/+1
| | | | | | | | packet-nstrace.c: In function 'dissect_nstrace': packet-nstrace.c:131: warning: 'dst_vmname_len' may be used uninitialized in this function packet-nstrace.c:131: warning: 'src_vmname_len' may be used uninitialized in this function svn path=/trunk/; revision=44898
* From Michal Labedzki:Anders Broman2012-09-141-0/+1
| | | | | | | | Bluetooth: Add color for HID dissector https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44897
* From Michal Labedzki:Anders Broman2012-09-142-5/+6
| | | | | | | | | Bluetooth: minor fix in HID Applied by hand and changed offset to be signed as per WS convention. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7639 svn path=/trunk/; revision=44896
* From Nikhil Kalu:Anders Broman2012-09-144-11/+125
| | | | | | | | Enhancement to add more trace record fields in Citrix NetScaler capture file format. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7713 svn path=/trunk/; revision=44895
* From Michal Labedzki:Anders Broman2012-09-145-0/+564
| | | | | | | | | | Add Bluetooth Protocol BNEP. Supported version: 1.0. I changed offset to be an int to follow WS convention.While at it I changed other types to fit the tvb_get routines. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7719 svn path=/trunk/; revision=44894
* Fix enumeration value for Virtual RAT-TypePascal Quantin2012-09-141-1/+1
| | | | svn path=/trunk/; revision=44893
* From Josip Medved:Anders Broman2012-09-141-10/+17
| | | | | | | | | | Updated multiple enumerations (Event-Trigger, Reporting-Level, IP-CAN-Type, Rule-Failure-Code and RAT-Type) to get them in sync with ETSI TS 129 212 V10.6.0 (2012-03). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7727 svn path=/trunk/; revision=44892
* From Claude LeFrancois:Anders Broman2012-09-141-5/+11
| | | | | | | Cosmetic changes to GTPv2(Add text to itenms) Minor code changes by me. svn path=/trunk/; revision=44891
* Use the latet GTK3+ bundles when building with GTK3Anders Broman2012-09-141-2/+2
| | | | svn path=/trunk/; revision=44890
* Use consistent indentation and formatting.Bill Meier2012-09-141-274/+343
| | | | svn path=/trunk/; revision=44889
* Remove our local copy of WinPcap and download it fromGerald Combs2012-09-138-21/+25
| | | | | | | wireshark-win{32,64}-libs instead. In win-setup.sh only try to unzip files ending in .zip. PortableApps and U3 packaging changes are untested. svn path=/trunk/; revision=44888
* Minor tweek for GTK3Anders Broman2012-09-131-0/+3
| | | | svn path=/trunk/; revision=44887
* SCSI: Update INQUIRY standard page and decode the flags depending on which ↵Ronnie Sahlberg2012-09-131-131/+147
| | | | | | version of SPC that the device claims conformance to. svn path=/trunk/; revision=44886
* Also disable the resize grip on the profile bar (as it is on the info andJeff Morriss2012-09-121-0/+3
| | | | | | | | | | packets bars; this is for GTK < 3.0). This fixes the problem I had that the profile bar normally took up way too much (horizontal) room when I start Wireshark (causing the contents of the much more interesting packets bar to be truncated). svn path=/trunk/; revision=44885
* Fix FBI true_false_string array and remove a useless hf variablePascal Quantin2012-09-121-2/+1
| | | | svn path=/trunk/; revision=44884
* From Mike Morrin:Anders Broman2012-09-121-322/+232
| | | | | | | | | | | | | | | * fixup of dissection of message type for PRACH messages. * fixed dissection of optional octet 2/3 in dl control messages * removed a few more duplicate hf items * changed all M_BIT macros to M_UINT, as M_BIT does not use the referenced hf. * fixed dissection of ul_tfi and dl_tfi so that assignments and usage can be filtered more easily * fixed missing references to existing value strings and converted to tfs strings where possible https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7686 svn path=/trunk/; revision=44883
* Add doxygen hints.Anders Broman2012-09-121-110/+115
| | | | svn path=/trunk/; revision=44882
* From Esa Haapamäki via ↵Pascal Quantin2012-09-121-2/+2
| | | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7718 : Fix dissection of NAS Uplink and Downlink Count in MM Context IE svn path=/trunk/; revision=44881
* As suggested by Anatoly in ↵Jeff Morriss2012-09-111-2/+2
| | | | | | | | https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5699 : Followup to r44844: use a better cast (intptr_t instead of long long). svn path=/trunk/; revision=44880
* From Chris Elston:Anders Broman2012-09-111-98/+385
| | | | | | | | Add automatic L2TPv3 session setting detection https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7711 svn path=/trunk/; revision=44879
* Revert r44869Jakub Zawadzki2012-09-111-1/+1
| | | | svn path=/trunk/; revision=44878
* Bluetooth: Move HFP dissector from RFCOMM fileJakub Zawadzki2012-09-114-60/+102
| | | | | | | | | | | | HFP is moved from RFCOMM where named HF. Then fix name to one used by SIG specification: HFP. Next step is improve dissection of HFP by dissect specific for this profile AT commands. From Michal Labedzki on behalf of Tieto Corporation Part of bug #7639 svn path=/trunk/; revision=44877
* Differentiate between libnl versions. Feature parity with autofooJörg Mayer2012-09-111-34/+57
| | | | | | for libnl. svn path=/trunk/; revision=44876
* Upgrade LTE RRC dissector to v11.0.0Pascal Quantin2012-09-115-10/+10
| | | | svn path=/trunk/; revision=44875
* Add data parameter to dissector_try_uint_newJakub Zawadzki2012-09-1110-49/+50
| | | | svn path=/trunk/; revision=44874