summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-11-18Ethereal => WiresharkAlexis La Goutte1-1/+1
svn path=/trunk/; revision=39935
2011-11-18Regenerate GIOP dissector plugins (after change in generator !) for fix ↵Alexis La Goutte4-9493/+4689
Warning found by Clang (>100 !) svn path=/trunk/; revision=39934
2011-11-18Fix major (> 100) Dead Store (Dead assignement/Dead increment) Warning found ↵Alexis La Goutte1-79/+18
by Clang in IDL "generator" of GIOP Plugins svn path=/trunk/; revision=39933
2011-11-18Regenerate GIOP dissector plugins (after change in generator !) with ↵Alexis La Goutte2-1074/+958
following commmands : :~/wireshark/tools$ ../idl2wrs ../idl/cosnaming.idl > ../plugins/giop/packet-cosnaming.c :~/wireshark/tools$ ../idl2wrs ../idl/coseventcomm.idl > ../plugins/giop/packet-coseventcomm.c :~/wireshark/tools$ ../idl2wrs ../idl/parlay/Parlay.idl > ../plugins/giop/packet-parlay.c :~/wireshark/tools$ ../idl2wrs ../idl/tango.idl > ../plugins/giop/packet-tango.c For packet-cosnaming.c, only some white return change For packet-parley.c, lot of change but only the functions is not in the same order...?! (Order change in 17911) svn path=/trunk/; revision=39932
2011-11-18Some modification in generated GIOP dissector plugins in not include in ↵Alexis La Goutte1-4/+5
"generator" (wireshark_gen.py) * Remove some uneeded #includes (Revision 32419) * Don't guard col_set_str (COL_PROTOCOL) with col_check (Revision 29340) * Add missing #pragma warning disable, now using _MSC_VER (Revision 21222, 21227, 21240) svn path=/trunk/; revision=39931
2011-11-18Make sure pcap-ng supports a particular encapsulation type beforeGuy Harris1-1/+17
trying to write out an interface description block for an interface with that type. svn path=/trunk/; revision=39930
2011-11-18Use tvb_bcd_dig_to_ep_str().Anders Broman2-85/+9
svn path=/trunk/; revision=39929
2011-11-18Use the source directory argument.Gerald Combs1-5/+5
svn path=/trunk/; revision=39926
2011-11-18Maybe it's not a good idea to modify configure.in or config.nmake duringGerald Combs1-6/+16
compilation. Add a "--set-svn" option which only affects svnversion.h and make it the default behavior. svn path=/trunk/; revision=39923
2011-11-18Append a path-separator to the plugins directory so xcopy doesn't get ↵Chris Maynard1-1/+1
confused as to whether it's copying each plugin to a file or a directory. I.e., hopefully to avoid this situation: Does wireshark-gtk2\plugins\1.7.1-SVN-39918 specify a file name or directory name on the target (F = file, D = directory)? svn path=/trunk/; revision=39922
2011-11-18Don't clobber release information in configure.in.Gerald Combs1-1/+1
svn path=/trunk/; revision=39921
2011-11-17Use extended value strings.Bill Meier1-8/+15
svn path=/trunk/; revision=39918
2011-11-17Remove some unneeded #includes;Bill Meier1-232/+229
Move proto_reg_handoff...() to the end of the file as per convention; Do some whitespace cleanup. svn path=/trunk/; revision=39916
2011-11-17Add checks to make sure we don't overflow the maximum 32-bit fileGuy Harris1-0/+37
offset. svn path=/trunk/; revision=39915
2011-11-17Update some comments.Gerald Combs1-9/+8
svn path=/trunk/; revision=39913
2011-11-17Add a dissector table for National operation codes.Anders Broman2-16/+32
svn path=/trunk/; revision=39912
2011-11-17Fix "With the current changes NAS messages with the "null ciphering ↵Anders Broman1-13/+2
algorithm" EEA0 are not handled." https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6348 svn path=/trunk/; revision=39911
2011-11-17From Pascal Quantin via bug 6593:Gerald Combs1-1/+3
With Subversion 1.7, the working copy metada storage as changed (see http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng for details). As a consequence, the file .svn/entries is no more updated and under Windows the svnversion.h is no more regenerated (unless explicitely removed). The attached patch fixes this issue so as to also check the .svn/wc.db file date in the makefile rule. Note that wc.db file must be checked before entries file as an upgrade of an existing repository from subversion 1.6 to 1.7 leave an old entries file around (that is no more updated). In Makefile.am file, the svnversion.h file generation seems to be systematically forced. So I guess Linux/Mac boxes are not impacted. svn path=/trunk/; revision=39910
2011-11-17(Trivial) remove an extra blank line.Bill Meier1-1/+0
svn path=/trunk/; revision=39909
2011-11-17Make sure we terminate WiresharkCurrentVersion so we won't have toGerald Combs1-1/+1
reapply r39907. svn path=/trunk/; revision=39908
2011-11-17Terminate WiresharkCurrentVersion to keep the buildbots happy. Also, since ↵Chris Maynard1-1/+8
some changes were already committed to change the "Save As" behavior, add a blurb about it. Unfortunately this was not mentioned for 1.7.0. See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6192 svn path=/trunk/; revision=39907
2011-11-17Make it easier to see RLIST details.Martin Mathieson1-1/+9
svn path=/trunk/; revision=39906
2011-11-17Undo some incorrect (but benign) FALSE->ENC_BIG_ENDIAN conversions done in ↵Bill Meier1-51/+51
SVN 37080. svn path=/trunk/; revision=39905
2011-11-17Add missing copyright and license.Chris Maynard1-1/+18
svn path=/trunk/; revision=39904
2011-11-17distribute -> redistribute.Chris Maynard1-1/+1
svn path=/trunk/; revision=39903
2011-11-17Fix crash caused by trying to apply a field of type BASE_CUSTOM as a column. ↵Chris Maynard1-3/+7
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6503. svn path=/trunk/; revision=39902
2011-11-17Show meaning of special length indication values in the LI root.Martin Mathieson1-21/+41
svn path=/trunk/; revision=39901
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris3-4/+4
host-byte-order 64-bit integral quantity to little-endian byte order. svn path=/trunk/; revision=39900
2011-11-17A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingGuy Harris1-0/+8
NetMon files. svn path=/trunk/; revision=39899
2011-11-17Add support for writing WTAP_ENCAP_PER_PACKET files; they are writtenGuy Harris1-13/+77
out in version 2.1 of the file format (the minimum version to support that). Change some data types to avoid having file offsets that are before the beginning of the file. Clean up some other data types and some comments. svn path=/trunk/; revision=39898
2011-11-17Add a missing IE number.Anders Broman2-3/+5
svn path=/trunk/; revision=39897
2011-11-17Return *some* error if we end up trying to seek before the beginning ofGuy Harris1-1/+1
the file, so you don't get weird random errors. EINVAL is as good as anything. svn path=/trunk/; revision=39896
2011-11-17Put back the check for dates that can be represented in DOS format theGuy Harris1-1/+1
way it was *supposed* to be done, rather than backwards. svn path=/trunk/; revision=39895
2011-11-17Revert part of r39883 to avoid dereferencing a NULL pointer. Thanks Clang.Chris Maynard1-1/+1
svn path=/trunk/; revision=39894
2011-11-17Don't clobber release information for now.Gerald Combs1-4/+0
svn path=/trunk/; revision=39893
2011-11-17Create/update svnversion.h unless we're only running with --get-*.Gerald Combs1-3/+3
svn path=/trunk/; revision=39892
2011-11-17Add an SVN_REVISION variable to config.nmake. This can be used toGerald Combs4-91/+230
retrieve our SVN revision in releases. Use make-version.pl to set all version information. Be more explicit about the tasks it performs: - Fetching the SVN revision which corresponds to our code. The revision can be fetched via "svn info", "git svn info", SubWCRev", config.nmake, or by prodding .svn. - Setting the version numbers (the "major.minor.micro" triplet). - Setting the release information (revision/build number, local build identifier) Remove the "is_release" configuration option and dist-hook target. When run with a "--set-*" option or no options make sure we leave a valid svnversion.h behind. svn path=/trunk/; revision=39891
2011-11-16Avoid using "POINT" as it causes compiler errors on some systems. Add ↵Chris Maynard1-32/+41
modelines that match the current file's format. This dissector is now ready to be spiceistributed. svn path=/trunk/; revision=39890
2011-11-16Don't assign the return value of proto_tree_add_item to a variable if it ↵Chris Maynard1-1/+1
isn't going to be used. Fixes Coverity CID 1327. svn path=/trunk/; revision=39889
2011-11-16Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the ↵Chris Maynard2-13/+14
FI_RESET_FLAG macro, being sure to use the 1's complement operator, '~', instead of the logical negation operator, '!'. (Fixes Coverity CID 1326). svn path=/trunk/; revision=39888
2011-11-16Dissect national Opcode.Anders Broman3-29/+244
svn path=/trunk/; revision=39887
2011-11-16Support nanosecond-resolution time for NetMon 2.x format (it's onlyGuy Harris1-41/+125
100-nanosecond resolution, but that's still better than microsecond resolution). For NetMon 1.x format, only claim to support millisecond resolution, as that's all you get. Fix handling of negative time deltas in NetMon 2.x format. When writing a NetMon file, trim the time of the first packet to millisecond precision to get the capture start time, so that the start time written to the file (which has millisecond precision) is the same as the start time used to calculate the deltas written to the packet headers. svn path=/trunk/; revision=39886
2011-11-16OK, this should do it.Guy Harris1-1/+1
svn path=/trunk/; revision=39885
2011-11-16Fix build on Windows.Guy Harris1-2/+2
svn path=/trunk/; revision=39884
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-1/+9
routines blowing up if handed a too-large time_t. While we're at it, also check for dates that can't be represented in DOS format (pre-1980 dates). svn path=/trunk/; revision=39883
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-0/+8
routines blowing up if handed a too-large time_t. svn path=/trunk/; revision=39882
2011-11-16Show more sequence numbers in info column, and in root nodes.Martin Mathieson1-3/+10
svn path=/trunk/; revision=39881
2011-11-16Fix handling of empty OpenType at the end of PDUTomas Kukosa1-2/+2
svn path=/trunk/; revision=39880
2011-11-16- Resorted the IEs in numerical order for easier comparison with the list of ↵Anders Broman2-28/+44
constants. - Added two missing IEs Solves LPPa embedded payloads not shown within LCS-AP https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6478 svn path=/trunk/; revision=39879
2011-11-16Handle ctime() and localtime() returning NULL and localtime() on WindowsGuy Harris2-53/+60
blowing up when handed a bad value. svn path=/trunk/; revision=39878