Commit Graph

30053 Commits

Author SHA1 Message Date
Stig Bjørlykke 2e06779073 Save preferences when adding and removing columns in the main window.
svn path=/trunk/; revision=31087
2009-11-26 09:11:55 +00:00
Stig Bjørlykke 43de696a6c Added a popup menu in the packet list heading to set sort order and some
functions to rename column title, resize a single column and remove a column.

svn path=/trunk/; revision=31086
2009-11-26 09:09:07 +00:00
Stig Bjørlykke 7322057d66 Added functions to rename and remove columns.
svn path=/trunk/; revision=31085
2009-11-26 09:02:29 +00:00
Stig Bjørlykke 537cacc926 Added an option to open the Preferences directly in the Layout or Columns page.
svn path=/trunk/; revision=31084
2009-11-26 08:57:21 +00:00
Stig Bjørlykke c00e12fd9d Corrected include guard in packet_list_store.h
svn path=/trunk/; revision=31083
2009-11-26 08:52:44 +00:00
Anders Broman 6412e5801f Dissect RRC-container in RelocationResourceAllocation successful outcome.
svn path=/trunk/; revision=31082
2009-11-26 07:33:08 +00:00
Guy Harris 89d7efc44a Only do the 1-second timeout in OS X 10.6 and 10.6.1; the bug is fixed
in 10.6.2.

svn path=/trunk/; revision=31081
2009-11-26 04:17:18 +00:00
Martin Mathieson 57d5b991b5 Include ue id in expert info for retx.
svn path=/trunk/; revision=31080
2009-11-25 23:18:28 +00:00
Martin Mathieson 33d4186696 Set extent of AM header root properly when there are extensions.
Give more descriptive expert text when we there is no data for non-extension segment.

svn path=/trunk/; revision=31079
2009-11-25 23:17:23 +00:00
Guy Harris 1d95b0d4bf Squelch a compiler warning.
svn path=/trunk/; revision=31078
2009-11-25 22:30:41 +00:00
Jaap Keuter 1fcf44886e From Michael Speck:
This patch enhances dissection of NTP protocol's Control messages 
as described in RFC1119 and RFC1305.

svn path=/trunk/; revision=31077
2009-11-25 21:47:28 +00:00
Anders Broman 6966220a7c Dissect more containers etc.
svn path=/trunk/; revision=31076
2009-11-25 21:31:55 +00:00
Jaap Keuter e1afd4d4f7 From Beth Tridium:
When a 6lowpan message has a compressed UDP length (i.e. the length must be
calculated, not read from the headers), the 6lowpan dissector correctly reports
that the UDP length is compressed, but it may try to read the length from the
headers anyway.

svn path=/trunk/; revision=31075
2009-11-25 19:46:08 +00:00
Gerald Combs 4c6f3e96de Show the number of bits captured and on the wire. Use unsigned ints.
svn path=/trunk/; revision=31074
2009-11-25 19:18:41 +00:00
Anders Broman 9ca6c5518c If SourceRNC-ToTargetRNC-TransparentContainer is called trough dissect_ranap_SourceRNC_ToTargetRNC_TransparentContainer_PDU ProtocolIE_ID may be unset
svn path=/trunk/; revision=31073
2009-11-25 17:15:10 +00:00
Martin Mathieson bd3a966861 Track UL HARQ retx, look for original tx frame.
svn path=/trunk/; revision=31072
2009-11-25 16:00:58 +00:00
Jaap Keuter ea3407dc59 From Andrew Jean:
When dissecting an eDonkey "Request Parts" message, Wireshark incorrectly reads
3 offset start/end pairs when the actual number can be 1-3 pairs.

svn path=/trunk/; revision=31071
2009-11-25 06:39:29 +00:00
Gerald Combs eadf5e8448 Fix compilation problems.
svn path=/trunk/; revision=31070
2009-11-25 00:30:07 +00:00
Jaap Keuter 585e448083 From Juha Siltanen :
This is a patch for a new dissector that decodes Nokia Siemens Networks'
proprietary Flow Layer Internal Protocol (Ethertype 0x8901).

svn path=/trunk/; revision=31069
2009-11-24 23:11:11 +00:00
Gerald Combs bf2a79a5a2 Switch to .tar.bz2 for the "dist" target since that's what most people
download.

svn path=/trunk/; revision=31068
2009-11-24 23:03:29 +00:00
Gerald Combs 3fb88e20df Add u3util.exe.manifest to the distribution.
svn path=/trunk/; revision=31067
2009-11-24 22:13:56 +00:00
Gerald Combs 8cbaec8e99 Add a comment about dfilter_compile freezing the UI, and how we might work
around the problem.

svn path=/trunk/; revision=31066
2009-11-24 19:24:09 +00:00
Kovarththanan Rajaratnam 2e89962e05 CMake: Bump the version to 1.3.3
svn path=/trunk/; revision=31065
2009-11-24 06:52:27 +00:00
Gerald Combs f08e18e9a5 Switch back to normal versioning. Bump the version to 1.3.3.
svn path=/trunk/; revision=31064
2009-11-24 05:57:05 +00:00
Gerald Combs 2076b90455 Build 1.3.2.
svn path=/trunk/; revision=31063
2009-11-24 05:53:36 +00:00
Stig Bjørlykke f7425e276d packet_list_get_widest_column_string() can return NULL, so check for this.
Use get_default_col_size() to get pixel size for string.

svn path=/trunk/; revision=31062
2009-11-24 00:16:26 +00:00
Stig Bjørlykke 3c4f5186fa Use the highest time value when calculating widest column string for
time columns.  Not the one different from the previous, which in most
cases is the last one in the list.

svn path=/trunk/; revision=31061
2009-11-24 00:12:10 +00:00
Gerasimos Dimitriadis 299d64d458 Use range_string for the decoding of the CN specific DRX
cycle length coefficient; fixed the decoding of unknown 
values for Split PG Cycle Code; updated function for
Identity Type 2, now spare bit is explicitly shown; Reuse
the definition of the Switch-Measure-Switch values from
packet-gsm_a_common.c

svn path=/trunk/; revision=31060
2009-11-23 23:02:02 +00:00
Jaap Keuter 5dcaa2bec0 Make more output parameters optional.
svn path=/trunk/; revision=31059
2009-11-23 22:02:12 +00:00
Anders Broman 4187652696 Add dissection of Source RNC to target RNC transparent information in BSSAP.
Fix RRC container dissection in RANAP.

svn path=/trunk/; revision=31058
2009-11-23 22:02:05 +00:00
Gerasimos Dimitriadis 029f3641ae Basic support for the DTAP User-User IE; print bitfields in a way more
similar to proto_tree_add_bits_item(); Minor comment edits

svn path=/trunk/; revision=31057
2009-11-23 20:23:30 +00:00
Gerasimos Dimitriadis 5664dac535 Analyze GPRS Timer in its two subfields, unit and value
svn path=/trunk/; revision=31056
2009-11-23 19:59:40 +00:00
Gerasimos Dimitriadis 518995a4d8 No need for decoding function for a Tag-only IE
svn path=/trunk/; revision=31055
2009-11-23 19:15:58 +00:00
Stig Bjørlykke a7c9f33f3c Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.
svn path=/trunk/; revision=31054
2009-11-23 18:54:26 +00:00
Stig Bjørlykke d577ca0fa7 Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.
svn path=/trunk/; revision=31053
2009-11-23 18:47:52 +00:00
Balint Reczey acbaa2848d Add /usr/share/snmp/mibs to MIB search path on !Win32 platforms, not just on Apple.
svn path=/trunk/; revision=31052
2009-11-23 17:28:38 +00:00
Stig Bjørlykke 2a6f8f21fc From Barry Miller via bug 4258:
Include sys/types.h to make it compile on OpenBSD 4.5.

svn path=/trunk/; revision=31051
2009-11-23 08:47:25 +00:00
Stig Bjørlykke 4ec2ef9bf3 Give a warning for illegal preference name.
svn path=/trunk/; revision=31050
2009-11-22 22:13:11 +00:00
Guy Harris 3bb1cd12a4 No non-ASCII characters, please.
svn path=/trunk/; revision=31049
2009-11-22 21:54:50 +00:00
Anders Broman ba6d7aa766 Handle lenght restriction extension of restricted strings.
Fixes 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251

svn path=/trunk/; revision=31048
2009-11-22 17:01:56 +00:00
Anders Broman 98c852386d Handle lenght restriction extension of restricted strings.
Fixes 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251

svn path=/trunk/; revision=31047
2009-11-22 17:00:45 +00:00
Gerald Combs a6cb92c7a9 [Automatic manuf and enterprise-numbers update for 2009-11-22]
svn path=/trunk/; revision=31044
2009-11-22 16:03:27 +00:00
Kovarththanan Rajaratnam a8b7853536 ..but make sure we call tvb_get_guint8() at least once ;)
svn path=/trunk/; revision=31043
2009-11-21 11:21:23 +00:00
Kovarththanan Rajaratnam a2f211d07b Don't rely on G_STMT
svn path=/trunk/; revision=31042
2009-11-21 11:03:14 +00:00
Kovarththanan Rajaratnam 9bbbd6ef0e Rewrite macros to not use ternary operator
svn path=/trunk/; revision=31041
2009-11-21 10:45:35 +00:00
Kovarththanan Rajaratnam ed5ff812fd Use gint when declaring a tree type variable
svn path=/trunk/; revision=31040
2009-11-21 10:45:27 +00:00
Kovarththanan Rajaratnam d56779b966 Don't call tvb_get_guint8() twice
svn path=/trunk/; revision=31039
2009-11-21 10:45:19 +00:00
Jaap Keuter 47d20fd441 Add documentation for -J and -j command line parameters.
svn path=/trunk/; revision=31038
2009-11-21 10:07:21 +00:00
Jörg Mayer c34a88f0ae -G -> -J
-d -> -j
Update AUTHORS

svn path=/trunk/; revision=31037
2009-11-20 22:55:18 +00:00
Anders Broman 9da838cb7e offset is in bits
svn path=/trunk/; revision=31036
2009-11-20 21:51:48 +00:00