Commit Graph

30053 Commits

Author SHA1 Message Date
Anders Broman ff5758cdcb Dissect Handover "containers".
svn path=/trunk/; revision=30866
2009-11-08 19:59:21 +00:00
Guy Harris 43c946a6b1 Add packet-umts_mac.h to the release tarball.
svn path=/trunk/; revision=30865
2009-11-08 19:20:00 +00:00
Stig Bjørlykke 7236f6ed77 Make it possible to disable WERROR.
svn path=/trunk/; revision=30864
2009-11-08 16:59:15 +00:00
Gerald Combs 1087c4c500 [Automatic manuf and enterprise-numbers update for 2009-11-08]
svn path=/trunk/; revision=30861
2009-11-08 16:03:22 +00:00
Guy Harris 7aeb317c1d Squelch more warnings.
svn path=/trunk/; revision=30860
2009-11-08 07:28:39 +00:00
Martin Mathieson 04078dd997 Improve expert and info column strings reporting OOB events.
svn path=/trunk/; revision=30859
2009-11-08 00:39:22 +00:00
Guy Harris be5c1a9e27 Squelch compiler warnings.
svn path=/trunk/; revision=30858
2009-11-07 19:56:13 +00:00
Jaap Keuter 71a48b6dbf From Alex Volinsky:
This enhancement implements dissector for Downstream DOCSIS (Data over Cable)
frames, embedded into MPEG packets and encapsulated into L2TPv3 over IP
(DEPI/D-MPT encapsulation). This type of encapsulation is used in Modular Cable
Modem Termination System (M-CMTS) architecture for head-end components that
comply with DOCSIS.

DEPI, the Downstream External PHY Interface, is the interface between the
M-CMTS Core and the EQAM. More specifically, it is an IP Tunnel between the MAC
and PHY in a Modular CMTS system.

L2TPv3 is described in RFC3931.
DOCSIS DEPI data packet transport mechanism is described CM-SP-DEPI-I03-060728
(Downstream External PHY Interface - CableLabs specification) 
The format of MPEG packet carrying DOCSIS data is described in 
CM-SP-DRFI-I07-081209 (Data-Over-Cable Service Interface Specifications -
CableLabs specification).

svn path=/trunk/; revision=30857
2009-11-07 19:41:58 +00:00
Kovarththanan Rajaratnam 2ffc23cd8b Apply r30854 to Windows Nmakefiles
svn path=/trunk/; revision=30856
2009-11-07 15:55:01 +00:00
Jaap Keuter 03730e3bc1 From Filipe David Borba Manana:
Since it was named Ethereal and up to today, Wireshark wrongly parses 
the IPv4 header flags field:
* it considers it as a 4 bits wide field - according to RFC 791 its a 3 bits
wide field (first 3 bits of the 6th octect of the IPv4 header).
* if for example the DF bit is set, Wireshark displays the flag value as 0x04
(0100) when it should be 0x02 (010), idem for the MF flag.
Attached to this bug report, you can find a patch to fix the issue.

svn path=/trunk/; revision=30855
2009-11-07 11:24:05 +00:00
Jörg Mayer 7ea503e134 Clean up build process for wireshark.1
svn path=/trunk/; revision=30854
2009-11-07 10:53:11 +00:00
Jörg Mayer 2cda5ff441 Add a few more optional compiler warnings and some (commented out)
ideas for linker flags.

svn path=/trunk/; revision=30853
2009-11-07 10:08:36 +00:00
Jörg Mayer 9ee31d1d0e cmake will now honor -Werror if configured (default: on)
svn path=/trunk/; revision=30852
2009-11-07 10:07:00 +00:00
Kovarththanan Rajaratnam f6dfb9f323 Avoid possible NULL pointer dereference
svn path=/trunk/; revision=30851
2009-11-07 08:07:12 +00:00
Gerald Combs 16adb1c04b Make more PNGs 90 DPI.
svn path=/trunk/; revision=30850
2009-11-07 00:45:03 +00:00
Gerald Combs 250559eeb1 Make all of the PNGs 90 DPI.
svn path=/trunk/; revision=30849
2009-11-07 00:40:04 +00:00
Gerald Combs 4699b9fc86 Fix a warning in a table (which results in an error in Fop 0.95). Reformat
it slightly while we're at it.

svn path=/trunk/; revision=30848
2009-11-06 23:57:01 +00:00
Gerasimos Dimitriadis 4dbe3a5e3a Fix for bug 4209:
After reading a SysID group, current_offset was off by 1 


svn path=/trunk/; revision=30847
2009-11-06 21:20:17 +00:00
Gerald Combs 3c3014820b Add some null pointer checks. This is a blind attempt to fix bug 4155.
svn path=/trunk/; revision=30846
2009-11-06 18:08:59 +00:00
Kovarththanan Rajaratnam f68d2fc933 Remove packet-umts_mac.c from DISSECTOR_INCLUDES
svn path=/trunk/; revision=30845
2009-11-06 14:56:28 +00:00
Kovarththanan Rajaratnam a600cecc60 Add a couple of more dissectors to the CMake based buildsystem
svn path=/trunk/; revision=30844
2009-11-06 14:56:19 +00:00
Anders Broman b35647bb57 From Tobias Witek:
Enables correct RRC decoding from RLC.

svn path=/trunk/; revision=30843
2009-11-06 12:09:12 +00:00
Jaap Keuter a1d82636c1 Add parentheses to satisfy the compiler.
svn path=/trunk/; revision=30842
2009-11-06 07:08:40 +00:00
Jörg Mayer 8ef22d4e08 Add a document reference
svn path=/trunk/; revision=30841
2009-11-06 06:14:19 +00:00
Jaap Keuter e2246d08cd From Owen Kirby:
We've discovered a number of bugs in the 6LoWPAN dissector, 
and have fixed them in the following patch. The fixed bugs include:
  - Incorrect UDP Checksum calculation.
  - Incorrect link-local prefix when decompressing IPHC headers.
  - Incorrect parsing of the UDP port numbers when not 8-byte aligned.
  - Overflow of the datagram offset field when reassembling fragmented packets.

svn path=/trunk/; revision=30840
2009-11-05 22:39:00 +00:00
Gerald Combs 77ce6145bb Draw little wireless icons for AirPcap adapters.
svn path=/trunk/; revision=30839
2009-11-05 22:23:41 +00:00
Anders Broman 54aa776069 From Tobias Witek:
w protocols: UMTS RLC (ETSI TS 125 322), UMTS MAC (ETSI TS 125 321)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3495

svn path=/trunk/; revision=30838
2009-11-05 21:54:06 +00:00
Anders Broman 110a5be310 Dissect Source-ToTarget-TransparentContainer in the intra LTE case.
svn path=/trunk/; revision=30837
2009-11-05 20:34:56 +00:00
Gerald Combs 01c31f7d2a Make each level color and the light gradient color in the statusbar match.
svn path=/trunk/; revision=30836
2009-11-05 19:45:51 +00:00
Stig Bjørlykke 58c0abee94 Simplified printing of bits in packet bytes view.
svn path=/trunk/; revision=30835
2009-11-05 15:40:44 +00:00
Stig Bjørlykke a5a7905084 From Bahaa Naamneh via bug 4207:
Adjusts the positioning of the autocomplete popup window in a way it gets
displayed exactly under the editable box.

svn path=/trunk/; revision=30834
2009-11-05 13:21:03 +00:00
Stig Bjørlykke 146ce8f258 Restore text_end_1 vs. text_start_2 handling.
svn path=/trunk/; revision=30833
2009-11-05 10:26:43 +00:00
Stig Bjørlykke 7c5f1b80ac Introduce packet bytes bit view.
svn path=/trunk/; revision=30832
2009-11-05 10:16:49 +00:00
Stig Bjørlykke d0ad8bcdcf Select the previous byte in the packet bytes hex view when clicking in
the column just behind the first half and the last half.

This behavior is more user friendly.

svn path=/trunk/; revision=30831
2009-11-05 10:11:45 +00:00
Kovarththanan Rajaratnam d10ca62304 Fix value strings in packet boundary lookup table
svn path=/trunk/; revision=30830
2009-11-05 07:36:02 +00:00
Jaap Keuter 863dfea086 Fix the property list.
svn path=/trunk/; revision=30829
2009-11-05 06:59:27 +00:00
Gerald Combs 4f81e16ed2 Lighten the chat and none icons as suggested by Stig.
svn path=/trunk/; revision=30828
2009-11-05 01:15:50 +00:00
Gerald Combs b11e3a7ea3 From Jason Rusmisel via bug 4199: Increase the maximum number of
template fields we handle from 20 to 30.

svn path=/trunk/; revision=30827
2009-11-05 01:01:01 +00:00
Gerald Combs 66e51792ed Fix the expert_error border.
svn path=/trunk/; revision=30826
2009-11-04 22:35:23 +00:00
Gerald Combs d54eea534e Add a convenience routine to convert pixbuf data generated by
gdk-pixbuf-csource to a GtkImage. Use it to load the expert indicator
images. Add prettier indicator images. The "chat" indicator is more blue
in order to differentiate it from the "none" indicator; make the chat
text background more blue to match.

svn path=/trunk/; revision=30825
2009-11-04 21:16:38 +00:00
Anders Broman cd0147c004 Make sure we have a handle for the dissector.
svn path=/trunk/; revision=30824
2009-11-04 17:13:01 +00:00
Anders Broman 6300621b52 Check if we have a handle for "v110".
svn path=/trunk/; revision=30823
2009-11-04 16:40:52 +00:00
Anders Broman a8986a995b Register by name.
svn path=/trunk/; revision=30822
2009-11-04 16:39:52 +00:00
Kovarththanan Rajaratnam dc265696a1 tvb_format_text() always returns a non NULL pointer so don't check return value for NULL pointer
svn path=/trunk/; revision=30821
2009-11-04 16:08:47 +00:00
Anders Broman 83231fe94a From Pascal Quantin:
[NAS EPS] Expert Info error triggered when decoding a Security Mode Complete message
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4203

svn path=/trunk/; revision=30820
2009-11-04 13:49:19 +00:00
Kovarththanan Rajaratnam 9b1cbfea87 Fix a couple of value_stringS to match BT 2.1
svn path=/trunk/; revision=30819
2009-11-04 12:49:19 +00:00
Kovarththanan Rajaratnam 1fc06caf57 Also apply rev 30817 to command complete events
svn path=/trunk/; revision=30818
2009-11-04 12:31:39 +00:00
Kovarththanan Rajaratnam 167a30a6ef Append the opcode (that lead us to the command status) to the info column
svn path=/trunk/; revision=30817
2009-11-04 12:25:01 +00:00
Kovarththanan Rajaratnam b5d8e71e1f Correct "Sniff Subrating" typo
svn path=/trunk/; revision=30816
2009-11-04 12:14:30 +00:00
Stig Bjørlykke c60a5b284e Added offset fix from bug 4202, error introduced in r30770.
svn path=/trunk/; revision=30815
2009-11-04 11:41:05 +00:00