aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13Eliminate some includes of ui/simple_dialog.h by files that don't useGuy Harris18-22/+0
anything from it. svn path=/trunk/; revision=49277
2013-05-13Get rid of declaration of no-longer-defined-or-used routine.Guy Harris1-6/+0
svn path=/trunk/; revision=49276
2013-05-13Add wmem_test to .git(bzr)ignoreAlexis La Goutte1-0/+1
svn path=/trunk/; revision=49275
2013-05-13Add abi stuff to .git(bzr)ignore (files generated by CMake)Alexis La Goutte1-0/+9
svn path=/trunk/; revision=49274
2013-05-13Add epan/packet-ncp2222.c to .git(bzr)ignore (file generated when use CMake)Alexis La Goutte1-0/+1
svn path=/trunk/; revision=49273
2013-05-13lupdate/lrelease ui/qt/QtShark.pro Sync with last change in Qt FilesAlexis La Goutte4-408/+933
svn path=/trunk/; revision=49272
2013-05-13Add Some missing text to translateAlexis La Goutte6-13/+13
svn path=/trunk/; revision=49271
2013-05-13Add Some missing text to translateAlexis La Goutte1-2/+2
svn path=/trunk/; revision=49270
2013-05-13Add a 3GPP2 AVP and vendor id for Lucent.Anders Broman1-3/+7
svn path=/trunk/; revision=49269
2013-05-13Allow for building 32-bit versions of the libraries used by wireshark.Michael Tüxen1-6/+12
This allows to build a 32-bit version of wireshark. svn path=/trunk/; revision=49263
2013-05-12Tiny whitespace changeJörg Mayer1-8/+8
svn path=/trunk/; revision=49262
2013-05-12Fix compilationPascal Quantin1-1/+1
svn path=/trunk/; revision=49261
2013-05-12Fix the RTP-MIDI Controller filter namePascal Quantin1-1/+1
svn path=/trunk/; revision=49260
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman79-366/+370
svn path=/trunk/; revision=49259
2013-05-12From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8640Evan Huus1-66/+60
Fix dissection of the NTLMSSP v2 Challenge Response. The old code would loop over the Attributes until the end of the Response, however in reality the last values of a Response are four 0 bytes and maybe padding. Also change the names of the values to match those from the Microsoft specification. Also change the name of one flags bit from unknown to "Anonymous", again according to the Microsoft spec. svn path=/trunk/; revision=49258
2013-05-12HTML_VIEWER isn't used in the build process, it's run by Wireshark.Guy Harris1-0/+4
svn path=/trunk/; revision=49257
2013-05-11Add some comments describing what programs are being checked for.Guy Harris1-4/+8
Move DESKTOP_FILE_INSTALL into the group of programs used for packaging; it's used when you install a source package. (It's not used to *build* a source package, but....) svn path=/trunk/; revision=49256
2013-05-11I added EXPORT_FILES in too many places, remove themJörg Mayer23-92/+0
(via "copy - modify too little - paste" cycle) svn path=/trunk/; revision=49255
2013-05-11Now all disectors requiring asn2wrs can be generated usingJörg Mayer9-2/+227
cmake. svn path=/trunk/; revision=49254
2013-05-11Don't just look for python2. Instead, first look for python, and thenGuy Harris1-9/+31
see whether it's Python 2 or not; if it's not, *then* look for Python 2. That way, you can use Python on systems where python is Python 2 and python2 doesn't exist. Move the check for Python up after the check for Perl. (All the program checks arguably belong together.) AC_PATH_PROG() does AC_SUBST() for you; don't do it ourselves. svn path=/trunk/; revision=49253
2013-05-11Fix compilation with SHOW_EMEM_STATS defined.Evan Huus1-2/+2
svn path=/trunk/; revision=49252
2013-05-11Support running the massif valgrind tool for memory profiling.Evan Huus1-2/+4
svn path=/trunk/; revision=49251
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus4-0/+132
Add support for version 2.6 of netscaler capture format. svn path=/trunk/; revision=49250
2013-05-11convert to new-style dissectorMartin Kaiser1-13/+16
svn path=/trunk/; revision=49249
2013-05-11remove return;Martin Kaiser1-2/+0
svn path=/trunk/; revision=49248
2013-05-11no need for if(tree)Martin Kaiser1-112/+108
svn path=/trunk/; revision=49247
2013-05-11col_add_fstr() does not need check_col()Martin Kaiser1-4/+2
svn path=/trunk/; revision=49246
2013-05-11tabs -> spacesMartin Kaiser1-223/+236
add editor modelines svn path=/trunk/; revision=49245
2013-05-11Correct previous commit:Jörg Mayer1-1/+2
MCS-PROTOCOL.asn is needed after all, so include it using the correct path and variable svn path=/trunk/; revision=49244
2013-05-11MCS-PROTOCOL.asn does not exists (in this directory) and does notJörg Mayer1-2/+1
seem to be used. svn path=/trunk/; revision=49243
2013-05-11Small cleanupsJörg Mayer1-4/+3
svn path=/trunk/; revision=49242
2013-05-11Remove generating .cnf files from all target. They willJörg Mayer1-1/+2
be generated when needed. svn path=/trunk/; revision=49241
2013-05-11Peter Van EyndeJörg Mayer3-3/+20
via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8635 "enhanced WCCP decoder" GRE part of the patch. Me: Reorder values Manually apply the rejected parts of the patch (incompatible whitespace) Fix whitespace inconsistencies of the patch. svn path=/trunk/; revision=49240
2013-05-11Initialize a proto_tree variable which is now used for expert info but isEvan Huus1-1/+1
only being set if tree. svn path=/trunk/; revision=49239
2013-05-10Add expert info for radiotap header errors.Guy Harris1-2/+10
Add the "unknown fields" expert info to the bitmap, just as we do the other expert info. svn path=/trunk/; revision=49238
2013-05-10Update a comment.Guy Harris1-1/+6
svn path=/trunk/; revision=49235
2013-05-10pkix1explicit_exp.cnf and pkix1implicit_exp.cnf are storedJörg Mayer1-6/+0
in svn, so don't generate them. svn path=/trunk/; revision=49234
2013-05-10Some more protocols can be generated via cmakeJörg Mayer29-0/+1049
svn path=/trunk/; revision=49233
2013-05-10Fix a few bugs related to PDU export feature:Pascal Quantin4-60/+95
- tag length is wrong if proto name was a multiple of 4 bytes - tag length is wrong in case no IP address is available in packet_info structwhile tag is requested - endianness issue when dumping the port number - overlapping tag IPv4 Dst address and IPv6 Src address - do not call dissector when it is not found - typo errors Enhancements: - add a subtree for tag content - display IPv6 Src/Dst address svn path=/trunk/; revision=49232
2013-05-10Set Start menu button inactive, if capture is in progress.Irene Rüngeler1-3/+1
svn path=/trunk/; revision=49231
2013-05-10Delete unused variable.Irene Rüngeler1-1/+1
svn path=/trunk/; revision=49230
2013-05-10OK, what's the deal with TZSP_CONFIG packets?Guy Harris1-0/+10
svn path=/trunk/; revision=49229
2013-05-10Add some tag values from the TZSP spec.Guy Harris1-13/+16
Change white space. svn path=/trunk/; revision=49228
2013-05-10The Interface column cannot be hidden any more.Irene Rüngeler2-20/+1
svn path=/trunk/; revision=49227
2013-05-10Use #defines for protocol types, and make the description of type 0Guy Harris1-8/+21
match the TZSP spec. svn path=/trunk/; revision=49226
2013-05-10Add (Wayback Machine) URL for an (incomplete) specification of TZSPGuy Harris1-0/+8
(what are the contents of a CONFIG packet?). svn path=/trunk/; revision=49225
2013-05-10Distribute the kerberos and x721 subdirectories, even though we don'tGuy Harris1-0/+2
build them. svn path=/trunk/; revision=49224
2013-05-10Add some comments to #else and #endif to make it clearer what's goingGuy Harris1-3/+3
on. svn path=/trunk/; revision=49223
2013-05-10Wrap 64-bit constants in G_GUINT64_CONSTANT().Guy Harris1-1/+1
svn path=/trunk/; revision=49222
2013-05-10From "0xBismarck" via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8573Evan Huus5-0/+1498
Dissector for PTP-over-IP (picture transfer protocol). PTP-over-USB also exists but is not identical, so some parts of the dissector are shared for future use. svn path=/trunk/; revision=49221