Commit Graph

51617 Commits

Author SHA1 Message Date
Stig Bjørlykke face757db3 Added back x509af_get_last_algorithm_id() removed in revision 54647 to
restore usage in cms and pkcs12.  They never got a valid value in 
actx->external.direct_reference because they use another actx in this case.

This will add back the global variable in x509af, but this is needed
until we manage to pass the value in another way.

See comments in bug 9573.

svn path=/trunk/; revision=54975
2014-01-27 09:02:06 +00:00
Gerald Combs b48a2db7d1 Try to fix the path selector argument.
svn path=/trunk/; revision=54974
2014-01-27 05:26:38 +00:00
Gerald Combs 59990b7031 Fix a section name conflict.
svn path=/trunk/; revision=54973
2014-01-27 05:10:34 +00:00
Gerald Combs 5b17df040e Restore an inadvertently deleted file.
svn path=/trunk/; revision=54972
2014-01-27 04:34:25 +00:00
Gerald Combs 5344e2f2fc Migrate the build environment introduction to AsciiDoc.
svn path=/trunk/; revision=54971
2014-01-27 04:20:44 +00:00
Gerald Combs e61a6533e7 Convert the preface to AsciiDoc with minor edits.
svn path=/trunk/; revision=54970
2014-01-27 03:08:01 +00:00
Jörg Mayer bb21a09681 GPLv2 -> GPLv2+
svn path=/trunk/; revision=54969
2014-01-26 22:21:28 +00:00
Alexis La Goutte bdcf5496b3 lupdate / lrelease ui/qt/Qtshark.pro
svn path=/trunk/; revision=54968
2014-01-26 18:24:56 +00:00
Alexis La Goutte ea227de9e2 Fix indent (Use 4spaces) and modelines info
svn path=/trunk/; revision=54967
2014-01-26 18:24:45 +00:00
Gerald Combs 2df4f47459 [Automatic manuf, services and enterprise-numbers update for 2014-01-26]
Change-Id: Iaec909df5c97e92ee5d25b2ef1593b9dc00f0ad6
2014-01-26 09:06:14 -08:00
Alexis La Goutte c6022b3b85 Drop support of Visual Studio 2005
* Remove _MSC_VER < 1500 check
* Cleanup config.nmake

See http://www.wireshark.org/lists/wireshark-dev/201305/msg00159.html

svn path=/trunk/; revision=54965
2014-01-26 12:56:32 +00:00
Alexis La Goutte 47f50d13ce Fix indent (Use 4 spaces) and add modelines
svn path=/trunk/; revision=54964
2014-01-26 12:56:16 +00:00
Alexis La Goutte c802536f67 Fix encoding arg for RSVP dissector (with fix-encodings-args tools
svn path=/trunk/; revision=54963
2014-01-26 12:55:59 +00:00
Bill Meier 64fd4c9c28 (Trivial) update a comment
svn path=/trunk/; revision=54962
2014-01-25 18:44:29 +00:00
Martin Kaiser b2c8429a2c TABs -> spaces
add editor modelines

svn path=/trunk/; revision=54961
2014-01-25 14:38:51 +00:00
Martin Kaiser 0d1f9021ff BASE_NONE -> STR_ASCII
svn path=/trunk/; revision=54960
2014-01-25 14:29:45 +00:00
Martin Kaiser 5a70a53e11 the sametime dissector stores the result of tvb_get_string() into hf
variables that can handle only 7bit ascii strings
replace this with tvb_get_string_enc()

svn path=/trunk/; revision=54959
2014-01-25 14:27:49 +00:00
Gerald Combs 4a32b10948 Comment out the "diff" section for now. We'll have to update it for "git
diff" at some point.

svn path=/trunk/; revision=54958
2014-01-25 03:27:22 +00:00
Gerald Combs b326fe61c7 Uncomment anchors.
svn path=/trunk/; revision=54957
2014-01-25 02:26:12 +00:00
Gerald Combs b87a2cb204 Fix Windows build.
svn path=/trunk/; revision=54956
2014-01-25 01:49:57 +00:00
Gerald Combs 927914a2cf Fix xpath selector. Clean up whitespace.
svn path=/trunk/; revision=54955
2014-01-25 01:09:28 +00:00
Gerald Combs 4c5bb90167 Migrate more SVN content to Git+Gerrit.
svn path=/trunk/; revision=54954
2014-01-25 01:01:04 +00:00
Gerald Combs 0555a544f4 Migrate some of the SVN-specific content to Git.
svn path=/trunk/; revision=54953
2014-01-25 00:17:46 +00:00
Gerald Combs c57ac03e65 Try to get CMake to build the Developer Guide again. I don't have
dblatex installed so the release notes fail to build but the WSDG
targets appear to work.

svn path=/trunk/; revision=54952
2014-01-25 00:17:19 +00:00
Evan Huus a7ea59488d The wimax plugin primarily uses tvb_get_ptr buffer accesses instead of the
safe accessor functions, and it's all done via scary bit-twiddling macros to
boot.

Create the macros TVB_NIB_WORD and TVB_NIB_NIBBLE that (should) behave just
like the raw-pointer NIB_WORD and NIB_NIBBLE macros, except using the safe tvb
functions instead.

Replace two instances with the safe versions, which fixes an out-of-bounds
access caught by my valgrind fuzzer. If this doesn't break anything then we
should probably do a wholesale replacement at some point, but I'm not feeling
that adventurous at the moment.

svn path=/trunk/; revision=54951
2014-01-24 20:48:55 +00:00
Bill Meier 5be35448f6 Mark a few function parameters as unused....
svn path=/trunk/; revision=54950
2014-01-24 20:24:02 +00:00
Bill Meier 1bd982a492 Rework and simplify the code to follow the principle of "dissect as
much as possible" rather than dissecting nothing if the length of a
 set of fields (e.g., a "command") seems wrong or if an exception
 occurs fetching data before previous fields have been displayed.
In general: just fetch/dissect from start to end: If there is missing
   data, a Wireshark exception will eventually occur;

Add lwm subtrees under the lwm protocol tree (*not* as protocols
 under the top (outermost) tree.

Fix a bug which caused an exception to be reported as:
 "[Packet size limited during capture: LwMesh truncated]"
 rather than as the correct: "[Malformed...]"

col_...() and expert...() functions shouldn't be called under 'if(tree)';

Register the heuristic dissector using "IEEE802154_PROTOABBREV_WPAN"
 (like certain other dissectors) rather than using "wpan";

missmatch --> mismatch

Fix some long lines.


svn path=/trunk/; revision=54949
2014-01-24 20:19:06 +00:00
Pascal Quantin c1a88c0995 Add packet-mbim.h to Makefile.common
svn path=/trunk/; revision=54948
2014-01-24 20:08:22 +00:00
Gerald Combs fae1cf24ec Make "all" the default target again.
svn path=/trunk/; revision=54947
2014-01-24 19:50:43 +00:00
Gerald Combs 5368012328 Fix AsciiDoc WSDG build on Windows.
svn path=/trunk/; revision=54946
2014-01-24 19:12:59 +00:00
Gerald Combs 8997fb0d89 Start migrating the Developer's Guide to AsciiDoc. So far only one
chapter (WSDG_chapter_sources) has been converted.

Conversion was done using the script in
https://code.wireshark.org/review/#/c/9/ along with manual cleanup.
Changes are mostly limited formatting.

It's helpful to have a copy of the pre-conversion guide for comparison.
I've placed a chunked copy online at
http://www.wireshark.org/~gerald/wsdg_html_2014_01/ .

Tested under Autotools. Nmake and CMake will likely break. I'll take a
look shortly. If only we had documention adding a feature branch to
Gerrit and using it to test different platforms...

svn path=/trunk/; revision=54945
2014-01-24 18:55:27 +00:00
Pascal Quantin d8c15b8d91 Add ability to register new UUID and CIDs
svn path=/trunk/; revision=54944
2014-01-24 18:53:06 +00:00
Bill Meier ef935ca1de Remove some old obsolete text in the proto_tree_add_text() description.
svn path=/trunk/; revision=54943
2014-01-24 17:19:25 +00:00
Pascal Quantin 7a44616a1d Fix dissection of 8PSK Power Capability IE
svn path=/trunk/; revision=54942
2014-01-24 16:33:31 +00:00
Evan Huus 3cbe97de5f Give valgrind fuzzing a bit more time. Otherwise we have some large (~80MB)
captures in the menagerie which time out even under normal circumstances.

svn path=/trunk/; revision=54941
2014-01-24 15:52:28 +00:00
Guy Harris 2fa2515f77 Check for a zero offset in the "get status" reply *before* adding the
offset in the tvbuff of the beginning of the packet to it.  Otherwise,
it will never be zero, and the tests will always think the field pointed
to by the offset is present.

svn path=/trunk/; revision=54938
2014-01-24 07:55:03 +00:00
Jörg Mayer c86c9ed709 Looks like the asciidoc stuff is wip and breaks cmake builds.
Comment it out for now.

svn path=/trunk/; revision=54937
2014-01-24 06:42:49 +00:00
Gerald Combs a9ddc06adc Prepare for conversion of Guide chapters to AsciiDoc.
svn path=/trunk/; revision=54936
2014-01-24 01:10:10 +00:00
Martin Kaiser 81f3392d32 country and language are ISO-8859-1
svn path=/trunk/; revision=54935
2014-01-23 22:20:35 +00:00
Martin Kaiser 089cedc784 make the menu string filterable
svn path=/trunk/; revision=54934
2014-01-23 22:19:52 +00:00
Martin Kaiser 055be45abf the menu string is a DVB string
svn path=/trunk/; revision=54933
2014-01-23 22:18:41 +00:00
Alexis La Goutte bc14487ea6 From me for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9519 RSVP dissector does not decode Session Object (1) C-type (13) message
svn path=/trunk/; revision=54932
2014-01-23 20:31:20 +00:00
Alexis La Goutte f07d9ebea3 Remove Update.c (and nio-ie5.[ch])
Never use... and replace by (Win)Sparkle

svn path=/trunk/; revision=54931
2014-01-23 20:01:51 +00:00
Bill Meier 86930ddde2 Given that we allow the 'outfile file' to be stdout, then presumably all
text messages (including informational) should go to stderr.

svn path=/trunk/; revision=54930
2014-01-23 15:11:00 +00:00
Bill Meier 9be9ba5ba1 printf(...) --> fprintf(stderr,...) (in a commented out line of code)
svn path=/trunk/; revision=54929
2014-01-23 14:39:29 +00:00
Evan Huus 893b1aa3cd Remove duplicate #include.
svn path=/trunk/; revision=54928
2014-01-23 13:39:39 +00:00
Pascal Quantin a70ec94269 Please GCC 4.3.2 that complains about a wrong 'variable may be used uninitialized in this function' error
svn path=/trunk/; revision=54927
2014-01-23 07:57:20 +00:00
Guy Harris 8376b41cc0 Use tvb_get_string_enc() rather than tvb_get_string().
svn path=/trunk/; revision=54926
2014-01-23 02:46:56 +00:00
Guy Harris d2815333f5 Use tvb_get_string_enc() rather than tvb_get_string(). RFC 5352 says,
in section 6.1 "Registration.Request Primitive":

	The Pool Handle parameter contains a NULL terminated ASCII
	string of fixed length.

svn path=/trunk/; revision=54925
2014-01-23 02:37:43 +00:00
Guy Harris 8944519bf4 Use tvb_get_string_enc() rather than tvb_get_string().
Update URL of spec.

svn path=/trunk/; revision=54924
2014-01-23 02:30:00 +00:00