Commit Graph

51252 Commits

Author SHA1 Message Date
Michael Mann bf284da2ee TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607)
This is a VERY PRELIMINARY version of tfshark.  It's an attempt to jumpstart FileShark and its architecture.  Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it)

This code has helped me identify what I believe to be all of the necessary layers for a complete fileshark architecture.  And those layers will slowly be added in time (patches always welcome!).

svn path=/trunk/; revision=54646
2014-01-08 04:35:28 +00:00
Michael Mann a6ed8a1de9 Have HAVE_SPANDSP just go over entire file rather than individual functions.
svn path=/trunk/; revision=54645
2014-01-08 01:58:06 +00:00
Guy Harris 2adcfcd914 Need <strsafe.h> for StringCchPrintf().
svn path=/trunk/; revision=54644
2014-01-08 00:39:14 +00:00
Evan Huus 1678d378e7 Explicitly reject two-pass live capture, it doesn't work anyways.
svn path=/trunk/; revision=54643
2014-01-08 00:29:56 +00:00
Jakub Zawadzki d28084d183 Move UAT xton() to wsutil library
Use ws_xton() in few more places.

svn path=/trunk/; revision=54642
2014-01-08 00:28:13 +00:00
Guy Harris e8dd800cc1 As checkAPIs.pl says, "use StringCchPrintf".
svn path=/trunk/; revision=54641
2014-01-07 23:56:21 +00:00
Evan Huus 62796c01f0 From Michal Labedzki via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610

USB: Dissect Application-specific Interface Class/Subclass/Protocols

svn path=/trunk/; revision=54640
2014-01-07 23:38:50 +00:00
Jörg Mayer 4cbe95e84f Update documentation to match change in r54630:
"The capabilities for dumpcap don't need to be inheritable."

svn path=/trunk/; revision=54639
2014-01-07 23:32:11 +00:00
Jörg Mayer 25f66df319 Rework compiler flag detection to be able to handle changed
order of flags

svn path=/trunk/; revision=54638
2014-01-07 23:08:42 +00:00
Jakub Zawadzki 2abbb53d67 Remove svn:executable attribute.
svn path=/trunk/; revision=54637
2014-01-07 22:55:03 +00:00
Evan Huus 147e185020 From Michal Labedzki via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610

USB: Update Standard Descriptor Type numbers to 3.1 Specification

svn path=/trunk/; revision=54636
2014-01-07 22:42:50 +00:00
Evan Huus 8dae67429c Don't use #defines for errno values, just build the value-string directly. They
weren't used and were causing build failures due to redefinition in certain
environments.

Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9614

svn path=/trunk/; revision=54635
2014-01-07 22:39:15 +00:00
Alexis La Goutte 644d6fe8ea Fix warning when use make packaging on Windows
warning: unknown variable/constant "{PROGRAM_NAME_PATH_GTK}" detected, ignoring (macro:MUI_FUNCTION_FINISHPAGE:387)


svn path=/trunk/; revision=54634
2014-01-07 22:36:01 +00:00
Jakub Zawadzki abda30e9e6 Fix bug #9618: Invalid utf8 causes JSON dissector assertion failure "g_utf8_validate"
Validate JSON UTF-8 characters, replace with '?' when invalid.

svn path=/trunk/; revision=54633
2014-01-07 22:17:32 +00:00
Jakub Zawadzki d1dcee936b Move defines for helping with UTF-16 surrogate pairs to wsutil/unicode-utils.h
tvbuff version was moved, but with 'or' optimization from packet-json.

svn path=/trunk/; revision=54632
2014-01-07 21:55:49 +00:00
Guy Harris adb28bd812 The capabilities for dumpcap don't need to be inheritable.
See

	https://bugzilla.redhat.com/show_bug.cgi?id=1022377

svn path=/trunk/; revision=54630
2014-01-07 21:21:20 +00:00
Jörg Mayer 1df5d94c67 include config.h at the top of the file.
A used parameter was marked unused.

svn path=/trunk/; revision=54629
2014-01-07 21:09:03 +00:00
Jörg Mayer 2f76706a54 HAVE_PLUGINS was defined twice
svn path=/trunk/; revision=54627
2014-01-07 18:36:37 +00:00
Anders Broman 8da8e47ab1 Try to get rid of some warnings.
svn path=/trunk/; revision=54626
2014-01-07 18:08:02 +00:00
Anders Broman 43252e322e From Zoltán Lajos Kis:
OpenFlow 1.4 dissector: add missing features

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9621

svn path=/trunk/; revision=54625
2014-01-07 17:41:06 +00:00
Anders Broman 3dbebff4f2 Fix
warning: redundant redeclaration of 'zbee_get_bit_field' 
 warning: redundant redeclaration of 'zbee_aps_cid_names'

svn path=/trunk/; revision=54624
2014-01-07 17:25:20 +00:00
Stig Bjørlykke 74394f2cf7 Added expired handling to FieldInfo.
This avoids using free'd pointers (which leads to crash) when
assigning FieldInfos to global variables.

svn path=/trunk/; revision=54623
2014-01-07 14:46:17 +00:00
Guy Harris fd4faf6619 Expand a comment.
svn path=/trunk/; revision=54622
2014-01-06 23:07:48 +00:00
Guy Harris 81b21459c3 In col_fill_in() and col_fill_in_error(), use col_based_on_frame_data()
to determine whether to fill in the column from frame data or not.

svn path=/trunk/; revision=54621
2014-01-06 23:02:32 +00:00
Martin Mathieson f026d8a807 Call deciphering and integrity checking appropriately for
SecurityModeCommand and SecurityModeResponse.

Also show when integrity has been checked and found to be correct.

svn path=/trunk/; revision=54620
2014-01-06 18:18:04 +00:00
Anders Broman 7bf44dcd97 Try to fix warning: cast discards '__attribute__((const))' qualifier from pointer target type .
svn path=/trunk/; revision=54619
2014-01-06 17:28:49 +00:00
Anders Broman 52033d39d9 Try to fix warning: initializer element is not computable at load time.
svn path=/trunk/; revision=54618
2014-01-06 17:25:03 +00:00
Anders Broman 9c05ac141d Fix a typo.
svn path=/trunk/; revision=54617
2014-01-06 17:12:54 +00:00
Anders Broman ef399fb652 Try to fix warning: initializer element is not computable at load time.
svn path=/trunk/; revision=54616
2014-01-06 15:30:01 +00:00
Martin Mathieson f6bf6285ef Do EEA2 deciphering in-place, from Pascal
svn path=/trunk/; revision=54615
2014-01-06 11:28:20 +00:00
Anders Broman 5a3ba6c19b Omit assignment for not used types.
svn path=/trunk/; revision=54614
2014-01-06 08:30:53 +00:00
Michael Mann df3d47aebc Base dissector for fileshark functionality. Intended as the equivalent of packet-frame for capture files. This is meant as a placeholder for now, so don't take any of the fields/data as being written in stone.
svn path=/trunk/; revision=54613
2014-01-06 00:44:41 +00:00
Alexis La Goutte bcacd60c1c Fix indent (use 4 spaces)
svn path=/trunk/; revision=54612
2014-01-05 18:40:07 +00:00
Alexis La Goutte 6c66f368df Fix indent (use 4 spaces) and add modelines and remove trailing whitespace
svn path=/trunk/; revision=54611
2014-01-05 18:39:58 +00:00
Alexis La Goutte 2108ccad09 Fix indent (Use tabs) and add modelines
svn path=/trunk/; revision=54610
2014-01-05 18:39:50 +00:00
Alexis La Goutte f27990cfbb Fix indent (use 4 spaces)
svn path=/trunk/; revision=54609
2014-01-05 18:39:43 +00:00
Alexis La Goutte bf76292805 Fix indent (4 spaces) and add modelines
svn path=/trunk/; revision=54608
2014-01-05 18:39:35 +00:00
Alexis La Goutte 9e49bf897d Fix build when use PortablesAPPS
svn path=/trunk/; revision=54607
2014-01-05 18:16:29 +00:00
Alexis La Goutte a051efea06 Fix indent (use 4 spaces)
svn path=/trunk/; revision=54606
2014-01-05 18:16:22 +00:00
Alexis La Goutte 88dcc80aad Enhance NSIS Windows installer (Wireshark Qt support)
* Add Radiobox to choose File Association (Wireshark GTK or Qt)
* Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...)
* Fix unistaller (don't remove all icons...)
* ...

svn path=/trunk/; revision=54605
2014-01-05 18:16:14 +00:00
Alexis La Goutte 76c9fc03bb Enhance NSIS Windows installer (Wireshark Qt support)
* Add Radiobox to choose File Association (Wireshark GTK or Qt)
* Add Checkbox to choose Wireshark Qt icon will be installed (Startup, Desktop...)
* Fix unistaller (don't remove all icons...)
* ...

svn path=/trunk/; revision=54604
2014-01-05 17:16:03 +00:00
Gerald Combs 9aad2eebc9 [Automatic manuf, services and enterprise-numbers update for 2014-01-05]
svn path=/trunk/; revision=54601
2014-01-05 15:03:44 +00:00
Evan Huus 5fdb822101 Dissect the remainder of IEC104 integrated totals, including the binary counter
reading and the various flags.

Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9596

svn path=/trunk/; revision=54600
2014-01-05 14:58:07 +00:00
Martin Kaiser 2ddfebb63c use a DVB string for the event text in the short evt descriptor
svn path=/trunk/; revision=54599
2014-01-05 12:17:52 +00:00
Evan Huus 36e68f7b36 From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9613
Don't use "rand" as a variable name, it shadows a global in recent MacOSX
stdlib.h

svn path=/trunk/; revision=54598
2014-01-05 00:47:24 +00:00
Anders Broman 21cc278905 Fix a typo.
svn path=/trunk/; revision=54597
2014-01-04 23:41:22 +00:00
Anders Broman 0c3f422b30 Omit assignment for not used types.
svn path=/trunk/; revision=54596
2014-01-04 17:48:15 +00:00
Bill Meier 65ac347e0c Minor: update 'Conversation' intro to include find_or_create_conversation
svn path=/trunk/; revision=54595
2014-01-04 17:45:12 +00:00
Bill Meier b26f50cbb1 (Trivial) explicitely --> explicitly
svn path=/trunk/; revision=54594
2014-01-04 17:29:20 +00:00
Anders Broman 3a533ccc32 Omit assignment for not used types.
svn path=/trunk/; revision=54593
2014-01-04 12:03:02 +00:00