aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-02-02Update documentatin for the qt build to reflect the cmake work.Jörg Mayer1-5/+18
svn path=/trunk/; revision=40810
2012-02-02Make out-of-tree builds work.Jörg Mayer1-0/+5
svn path=/trunk/; revision=40809
2012-02-02- Move setting _U_ into config.h, becauseJörg Mayer3-45/+24
a) C++ has a standardized way of marking parameters as unused b) cmakes autoquoting magic failed when the compiler wasn't gcc but moc instead. - qtshark: Don't try to compile the c source files inside ui/qt/ - qtshark: Only run moc on the files that need it. - qtshark: It's too early to try any of the new qtshark files as clean. - Make Qt detection actually work - Add C++ to the list of languages for this project svn path=/trunk/; revision=40807
2012-02-02Include config.h in preparation of moving the definitionJörg Mayer7-2/+30
of _U_ from the compiler command line into config.h svn path=/trunk/; revision=40806
2012-02-02Update svn:ignore for existing qtshark build processJörg Mayer1-0/+171
svn path=/trunk/; revision=40805
2012-02-02Revert file commited by mistake.Anders Broman1-2/+2
svn path=/trunk/; revision=40804
2012-02-02Update the protocol name as per commit rev 40801.Anders Broman1-1/+1
svn path=/trunk/; revision=40803
2012-02-02Update the protocol name as per commit rev 40801.Anders Broman1-2/+2
svn path=/trunk/; revision=40802
2012-02-02packet-HI2Operations.c was sorted into the file list as if it wereJörg Mayer3-2/+2
spelled packet-hi2operations.c. Rename the file to represent this. svn path=/trunk/; revision=40801
2012-02-02Prepare the cmake infrastucture for eventually buildingJörg Mayer3-19/+62
wireshark and qtshark simultanously. The "only" missing thing for this is now ui/qt/CMakeLists.txt ;) svn path=/trunk/; revision=40799
2012-02-01Move m3ap from clean-asn1-dissector list to dirty-asn1-dissector list.Jeff Morriss1-1/+1
svn path=/trunk/; revision=40798
2012-02-01Fix some Windows qmake and Qt Wireshark build issues:Bill Meier2-44/+19
If 'MANIFEST_INFO_REQUIRED' not defined in config.nmake, don't do 'mt ...' for Wireshark Qt; Add '*.pdb' to QMAKE_CLEAN; Fix 'Unescaped backslashes are deprecated' qmake warnings; Remove "debug" message() statements from QtShark.pro. svn path=/trunk/; revision=40797
2012-02-01Move m3ap from clean-asn1-dissector list to dirty-asn1-dissector list.Jeff Morriss1-1/+1
svn path=/trunk/; revision=40796
2012-02-01Fix a typoBill Meier1-1/+1
svn path=/trunk/; revision=40795
2012-02-01Collect and use some SRTP information.Anders Broman3-24/+81
svn path=/trunk/; revision=40794
2012-02-01See if this makes it build cleanly.Anders Broman2-22/+5
svn path=/trunk/; revision=40793
2012-02-01Add M3AP to the build.Anders Broman1-0/+1
svn path=/trunk/; revision=40792
2012-02-01Add M3AP to the build.Anders Broman4-0/+4
svn path=/trunk/; revision=40791
2012-02-01From David Wei:Anders Broman12-0/+4337
Add a dissector for 3GPP TS 36.444 V11.0.0 (2011-12) M3AP svn path=/trunk/; revision=40790
2012-02-01Fix warning: pci set but not used warningJörg Mayer1-3/+3
svn path=/trunk/; revision=40789
2012-02-01Fix some typos.Chris Maynard2-18/+18
svn path=/trunk/; revision=40788
2012-02-01Fix some typos.Chris Maynard4-24/+24
svn path=/trunk/; revision=40787
2012-02-01Fix some typos.Chris Maynard2-34/+34
svn path=/trunk/; revision=40786
2012-01-31Let's make all offsets within the packet guints. (In most of the API,Guy Harris1-6/+7
they're signed, but that's only to handle "offset from the end" - we should probably get rid of that and make them unsigned.) svn path=/trunk/; revision=40785
2012-01-31Heuristic standard tuning:Jeff Morriss1-29/+97
- Handle ERR and IT messages. - When checking variable parameter lengths, check that we have enough data remaining (by adding the current offset to the retrieved length). - Check the lengths of several more messages. - When checking the length, add up the values of the parameter length macros to make it obvious how we came to use that value. svn path=/trunk/; revision=40784
2012-01-31Use PINFO_FD_NUM and PINFO_FD_VISITEDJeff Morriss1-14/+13
svn path=/trunk/; revision=40783
2012-01-31Improve heuristic standard detection:Jeff Morriss1-25/+98
- Make sccp_called_calling_looks_valid() static. - Reject GT-routed Class-2 (it's not used). - Handle UDTS. - Handle optional pointer on several messages. svn path=/trunk/; revision=40782
2012-01-30Compile .cpp files with CXXFLAGS the same as CFLAGS used for compiling .c files.Bill Meier1-2/+13
svn path=/trunk/; revision=40781
2012-01-30Heuristic standard tuning:Jeff Morriss1-30/+50
- Reject all Class-3 messages (it's never used) - Group Class-2 and Class-1 messages closer together - Some code cleanup (use macros where we have them) svn path=/trunk/; revision=40780
2012-01-30Rework optional generation of .sbr & .bsc files.Bill Meier2-18/+32
svn path=/trunk/; revision=40779
2012-01-30Remove an unused parameter.Anders Broman1-2/+2
svn path=/trunk/; revision=40778
2012-01-30Reformat a section.Anders Broman1-213/+204
svn path=/trunk/; revision=40777
2012-01-30Try to determine MTP3 Standard heuristically, original codeAnders Broman3-52/+283
from Jeff Morris refactored a bit by me. svn path=/trunk/; revision=40776
2012-01-30Minor updates to debug output.Anders Broman1-4/+4
svn path=/trunk/; revision=40775
2012-01-30From Andreas Heise:Anders Broman1-2/+2
Remove a debug line. svn path=/trunk/; revision=40774
2012-01-30Revert 40772: the abort() needs to be pushed higher (into packet.c?) soJeff Morriss1-3/+0
checkapi remains happy; thus far my attempts at that aren't working. svn path=/trunk/; revision=40773
2012-01-30If WIRESHARK_ABORT_ON_DISSECTOR_BUG is set, abort() out if we happened toJeff Morriss1-0/+3
catch a DissectorError exception. (I found this useful when debugging a "More than 1000000 items in the tree" DissectorError.) svn path=/trunk/; revision=40772
2012-01-30Fix infinite loop reported in ↵Jeff Morriss1-74/+79
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6778 : SDP_CRYPTO: Give up (and display an expert info) if we don't find the colon separating the key-method and the key-info. Reindent this area of code a bit. Remove tabs in some places for consistency. svn path=/trunk/; revision=40771
2012-01-30No need to set new save icon if equal to previous icon.Stig Bjørlykke1-8/+10
svn path=/trunk/; revision=40770
2012-01-30Disable the save-as button in the toolbar if we cannot save-as,Stig Bjørlykke3-6/+7
because this will assert. svn path=/trunk/; revision=40769
2012-01-30Rework Windows Wireshark Qt build configuration a bit:Bill Meier3-16/+114
1. Compile and link with (almost exactly) the same options as used when building Windows Wireshark Gtk. The options used allow debugging of the exe using Visual Studio exactly as is done for Wireshark Gtk. Essentially: configure the "release" version to compile and link with symbols. (See ui\qt\QtShark for the details). 2. Update QtShark.pro to create a Makefile only for 1 version of Wireshark Qt which is linked against the "release" Qt libraries. (IOW: don't create a "debug" Makefile). 3. Remove unused variable assignments from config.pri. (They can be added back if needed in the future). svn path=/trunk/; revision=40768
2012-01-30(Trivial) use same "Directory Separator" for dependency and target.Bill Meier1-1/+1
svn path=/trunk/; revision=40767
2012-01-30Fix QtShark compile error.Bill Meier2-2/+4
(Quoting can be tricky ...) svn path=/trunk/; revision=40766
2012-01-29Part of "Build Browse Information File per default" fromAnders Broman2-2/+6
Kovarththanan Rajaratnam applied. It's still not the default but easier to make it so. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3480 svn path=/trunk/; revision=40765
2012-01-29Add dummy application for Ericsson SyAnders Broman1-1/+3
svn path=/trunk/; revision=40764
2012-01-29Add *.sbr files to the clean target.Anders Broman4-4/+4
svn path=/trunk/; revision=40763
2012-01-29Add *.sbr files to the clean target.Anders Broman7-7/+7
svn path=/trunk/; revision=40762
2012-01-29Add *.sbr files to the clean target.Anders Broman16-16/+16
svn path=/trunk/; revision=40761
2012-01-29Fix some typos.Chris Maynard1-12/+12
svn path=/trunk/; revision=40759
2012-01-29[Automatic manuf, services and enterprise-numbers update for 2012-01-29]Gerald Combs2-21/+187
svn path=/trunk/; revision=40757