Commit Graph

36204 Commits

Author SHA1 Message Date
Anders Broman 7fd3360e84 Use ENC_BIG_ENDIAN.
svn path=/trunk/; revision=37753
2011-06-22 15:46:24 +00:00
Anders Broman 5ba5385c74 Protect the columns from beeing overwritten.
svn path=/trunk/; revision=37752
2011-06-22 14:49:26 +00:00
Anders Broman e502bbaafd Add a dissector table for CDR:s
svn path=/trunk/; revision=37751
2011-06-22 13:58:04 +00:00
Alexis La Goutte 43b6279966 Fix a checkhf Warning
Unused entry: epan/dissectors/packet-skinny.c, hf_skinny_modifyConfRes

svn path=/trunk/; revision=37750
2011-06-22 12:30:07 +00:00
Anders Broman 7deaa0ce7a Make it possible to copy stuff from the welcome header.
svn path=/trunk/; revision=37749
2011-06-22 08:54:17 +00:00
Alexis La Goutte ccd94a3e88 From mtwire via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6041
Added party numbers and party names in message CM5CallInfoMessage

svn path=/trunk/; revision=37748
2011-06-22 08:09:55 +00:00
Stig Bjørlykke a3f1389ae0 Added missing packet-mime-encap.c
svn path=/trunk/; revision=37747
2011-06-22 07:41:35 +00:00
Jörg Mayer 28c3e5c73f Oops, forgot to revert a variable after a test build
svn path=/trunk/; revision=37746
2011-06-22 07:04:34 +00:00
Jörg Mayer a3d62412fd rev 37741 added tap-rtspstat.c to Makefile.common.
svn path=/trunk/; revision=37745
2011-06-22 06:52:18 +00:00
Bill Meier 83b642557a tvb_reported_length_remaining() can return -1;
Remove a few lines of not really req'd code;
Minor whitespace cleanup.

svn path=/trunk/; revision=37744
2011-06-22 04:20:46 +00:00
Bill Meier 19bc84f3b0 From Martin Kaiser: Fix forBug #6048 (fuzztest crash)
"this is caused by my newly added DVB-CI MMI code

endless loop when dissect_dvbci_text() returns 0 because the text pseudo-apdu
is invalid"

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

svn path=/trunk/; revision=37743
2011-06-22 01:20:20 +00:00
Anders Broman 019d39de87 Add the correct casts to make it compile on some old ERHL box.
(Will this finally be correct?)

svn path=/trunk/; revision=37742
2011-06-21 15:04:14 +00:00
Anders Broman 4c219ee855 From Stéphane Gorse:
The menu gets a new item (Statistics -> RTSP -> Packet Counter).

Like HTTP, filter can be set and then the dialog windows shows the result of the RTSP analysis.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6042

svn path=/trunk/; revision=37741
2011-06-21 12:45:37 +00:00
Anders Broman e9e32d7844 We need to start reassembly on a segment boundary.
svn path=/trunk/; revision=37740
2011-06-21 11:53:33 +00:00
Anders Broman 84cef97505 From Roland Knall:
Two changes for openSAFETY over Modbus/TCP:

1. Changing the default preference for Big Endian encoding from TRUE to FALSE
2. Changing the position in the tree for the dissection to the top-level,
therefore, the openSAFETY entries no longer will show up as children of the
Modbus entry. This is the same behaviour as the other variants for openSAFETY
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6038

svn path=/trunk/; revision=37739
2011-06-21 05:21:15 +00:00
Anders Broman a6e3b54d15 From Martin Kaiser:
adds dissection
of the Card Information Structure (CIS). It shows the CIS as a list of tuples
without going into the details of each tuple.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6036

svn path=/trunk/; revision=37738
2011-06-21 05:16:23 +00:00
Anders Broman 51c77ea450 From Martin Kaiser:
adds the MMI resource as defined in
the DVB-CI specification (EN50221), section 8.6 (low-level MMI is excluded as
it's not used in practice).

The patch allows dissection of all text boxes that a DVB-CI host displays on
behalf of the CI module.

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

svn path=/trunk/; revision=37737
2011-06-21 05:12:14 +00:00
Gerald Combs 4d603719d0 Have mergecap, tshark, and editcap write pcap-ng files by default. This
is mainly an attempt to fix the currently-broken "test.sh" step on the
XP buildbot. If this causes too many problems we might want to have
suite-capture.sh:capture_step_snapshot pass "-P" to dumpcap instead.

svn path=/trunk/; revision=37736
2011-06-20 23:31:26 +00:00
Gerald Combs 61915bdfb1 Fix a type.
svn path=/trunk/; revision=37735
2011-06-20 22:36:39 +00:00
Stig Bjørlykke 26744ca5ab Added packet-ppi-gps.c and packet-ppi-sensor.c
svn path=/trunk/; revision=37734
2011-06-20 21:06:01 +00:00
Gerald Combs 93f81a78cd From Jon Ellch via bug 5175:
Please see the attached patch which updates the ppi-geolocation support
to v2.0 of the specification. This iteration adds a new tag (sensor) and
removes support for velocity/acceleration from the vector tag. Most of
the changes center on the Vector tag. Everything that takes place
elsewhere is cosmetic.

I ran this iteration through fuzz-test and check-APIs just like last
time.


From me:

Replace tvb_get_ephemeral_string with tvb_format_text. Move dissector
registration to the bottom of each file.

svn path=/trunk/; revision=37733
2011-06-20 20:51:42 +00:00
Stig Bjørlykke 85b7c95cf6 One small step towards fixing outdated GtkTooltips.
svn path=/trunk/; revision=37732
2011-06-20 10:33:35 +00:00
Anders Broman a5839116d3 Pretyfy APN display and make it filterable as a string.
svn path=/trunk/; revision=37731
2011-06-20 10:29:46 +00:00
Stig Bjørlykke 440d1c4e11 AttachConsole() needs _WIN32_WINNT 0x0500.
svn path=/trunk/; revision=37730
2011-06-20 08:58:59 +00:00
Martin Mathieson 5f95d18d59 Some fixes to UM sequence analysis.
svn path=/trunk/; revision=37729
2011-06-20 08:55:51 +00:00
Stig Bjørlykke 8f7cbf3a8b Add back support for building with MSVC2005 (and older).
svn path=/trunk/; revision=37728
2011-06-20 07:14:57 +00:00
Jörg Mayer 492ee9cafc Add some statistics
svn path=/trunk/; revision=37727
2011-06-20 07:13:17 +00:00
Jörg Mayer 7472c6cf52 Migration to gtk2 has been completed, delete the status file.
Migration to gtk3 has just begun: add a status file.

svn path=/trunk/; revision=37726
2011-06-20 06:32:55 +00:00
Jörg Mayer 3775da5680 Add some compiler flags that allow for gtk3 upward compatibility
checking while compiling on gtk2. Most are disabled.

svn path=/trunk/; revision=37725
2011-06-20 06:25:24 +00:00
Bill Meier da13f9f8e3 Remove some unneeded #includes;
Use consistent indentation;
Reformat some long lines.

svn path=/trunk/; revision=37724
2011-06-20 02:27:31 +00:00
Bill Meier 91191c6c00 Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
(Code commented out since it may be required in the future (at least in some cases).

svn path=/trunk/; revision=37723
2011-06-20 01:13:21 +00:00
Jörg Mayer b8e727ac8d GTK3 fixes:
- Replace 2 cases where GtkObject was used (no longer exists in GTK3)
- Whenever gdkkeysyms.h is included also include gdkkeysyms-compat.h
  iff we are building against gtk3

svn path=/trunk/; revision=37722
2011-06-20 00:48:05 +00:00
Sake Blok de4354d05d Show and and a filter to non-zero ACK numbers and URG pointers whenever their respective flags are not set. As discussed at Sharkfest with Laura Chappell (OK Laura, go ahead and create some more butt-ugly filters now!).
svn path=/trunk/; revision=37721
2011-06-19 20:39:08 +00:00
Stig Bjørlykke e2994a1b0d Make creating a display filter from a custom column defined as integer with
strings and BASE_NONE equal to selecting the filter from the tree entry.

svn path=/trunk/; revision=37720
2011-06-19 19:29:19 +00:00
Jörg Mayer bf2da67ec9 More newbie information:
- The developer tools are called Xcode.
Add link how to install developer's tools (posted by Tony Trinh)

svn path=/trunk/; revision=37719
2011-06-19 19:27:45 +00:00
Bill Meier 26c721b7c9 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;
Also: whitespace cleanup.

svn path=/trunk/; revision=37718
2011-06-19 19:13:26 +00:00
Jörg Mayer 0adcab9f13 Readability improvements for Mac newbies
- Add version numbers to the code names.
- Remove Darwin and just use Mac OS.

svn path=/trunk/; revision=37717
2011-06-19 18:51:11 +00:00
Bill Meier d2269ce7d5 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.
svn path=/trunk/; revision=37716
2011-06-19 18:47:35 +00:00
Guy Harris dfdeeb5595 Update for current reality, and give some more details.
svn path=/trunk/; revision=37714
2011-06-19 17:34:22 +00:00
Alexis La Goutte fab566d69f Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
Use 2-space indenting

svn path=/trunk/; revision=37712
2011-06-19 16:05:29 +00:00
Alexis La Goutte 36972d9cda Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=37711
2011-06-19 16:04:57 +00:00
Anders Broman 79e57b3666 Try to fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6029
Wireshark crashes when entering anything in capture filter textbox

svn path=/trunk/; revision=37709
2011-06-19 15:28:32 +00:00
Gerald Combs 8bfa792be7 [Automatic manuf, services and enterprise-numbers update for 2011-06-19]
svn path=/trunk/; revision=37708
2011-06-19 15:03:54 +00:00
Jörg Mayer 7a8cf813ae UI_MANAGER: #if 0 out add_menu_item as it is not used yet(?).
Move menu.c back to the list of clean files.

svn path=/trunk/; revision=37707
2011-06-19 13:53:42 +00:00
Stig Bjørlykke 0d128b2c87 Revert r37702 in favour of r37705 for bug 6035.
svn path=/trunk/; revision=37706
2011-06-19 10:15:58 +00:00
Stig Bjørlykke 63e273c2c5 Handle BASE_NONE as BASE_DEC for filter expression in custom columns.
This fixes bug 6035.

svn path=/trunk/; revision=37705
2011-06-19 10:15:05 +00:00
Anders Broman 35fd959d6d Mark parameters as unused when MAIN_MENU_USE_UIMANAGER.
svn path=/trunk/; revision=37704
2011-06-19 09:33:18 +00:00
Anders Broman ce01789f95 Add missing part of menu.c checkin for UI manager code.
svn path=/trunk/; revision=37703
2011-06-19 09:26:13 +00:00
Stig Bjørlykke 5faf9008af Use BASE_DEC for expert.group and expert.severity.
This fixes bug 6035.

svn path=/trunk/; revision=37702
2011-06-18 22:52:00 +00:00
Jörg Mayer 5b22003e93 Add configure options to make change the default file format
from pcap-ng to pcap.
Add a comment that GTK3 doesn't build yet.

svn path=/trunk/; revision=37701
2011-06-17 22:57:02 +00:00