Commit graph

30667 commits

Author SHA1 Message Date
Gerald Combs
f1e8ec9007 C-ize a C++ comment.
svn path=/trunk/; revision=31763
2010-02-01 21:14:39 +00:00
Gerald Combs
27a400361c C-ize a C++ comment.
svn path=/trunk/; revision=31762
2010-02-01 21:13:56 +00:00
Anders Broman
2f6f1e48af From Tobias Witek:
Replace ERF dissector with ATM dissector for protocols 'FP Hint' and 'META'
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4384

svn path=/trunk/; revision=31761
2010-02-01 20:27:16 +00:00
Bill Meier
d0a48b5bee Use qualified rather than somewhat generic names for some enum definitions;
eg: OFFSET --> Q_OFFSET
(enums are in the global namespace).
This fixes some gcc -Wshadow warnings.

svn path=/trunk/; revision=31760
2010-02-01 19:01:56 +00:00
Bill Meier
37fea77dd2 Use consistent indentation; remove trailing spaces/tabs on lines.
svn path=/trunk/; revision=31759
2010-02-01 18:49:56 +00:00
Bill Meier
381bfd9c01 Various fixes:
1. Make message flags field filterable;
2. Fix various (relatively small) memory leaks mostly by using "seasonal"
   memory (instead of using g_malloc/g_new) so that memory is properly freed
   each time a capture file is (re)read.
3. Add some code so that use of a nested CLEANUP_PUSH could be removed.
   (The nested CLEANUP_PUSH was causing a gcc -Wshadow warning).
4. Use ep_alloc'd memory in one case to simplify code.
5. Clean up some indentation.

svn path=/trunk/; revision=31758
2010-02-01 18:16:25 +00:00
Jörg Mayer
3d5756ea07 - Make all top level elements filterable.
- Get rid of dhcpv6_enterprise_number and replace it by a one
  line ..._add_item each time.
- Move common code out of if () {} else {}.

svn path=/trunk/; revision=31757
2010-02-01 16:26:54 +00:00
Bill Meier
32625e0329 Fix some gcc -Wshadow warnings.
svn path=/trunk/; revision=31756
2010-02-01 16:22:17 +00:00
Bill Meier
2241bbf094 Create "decompressed Content" tab in hex bytes pane only if decompression actually done.
This is a revision of  SVN #29086 which caused the 
"decompressed Content" tab in the hex bytes pane to always be displayed.

svn path=/trunk/; revision=31755
2010-02-01 16:18:18 +00:00
Anders Broman
bc80677038 Don't freeze/thaw the list when stoping a live capture.
svn path=/trunk/; revision=31754
2010-02-01 14:55:47 +00:00
Jörg Mayer
fb9c5f1da3 Bugfix: Hilight the correct range of bytes when dissecting embeeded
dhvpv6 payload.
New feature: Allow minimalistic filtering on dhcpv6 options:
  type, length and value (value as hex dump)

svn path=/trunk/; revision=31753
2010-02-01 14:53:00 +00:00
Anders Broman
6c10366a1d Try to get the status bar to update the "Displayed:" field when if and when a display filter is applied.
svn path=/trunk/; revision=31752
2010-02-01 12:55:45 +00:00
Martin Mathieson
ce85874784 Completely gnore common channel PDUs for now (instead of crashing or adding bogus UE entries).
svn path=/trunk/; revision=31751
2010-02-01 11:01:33 +00:00
Martin Mathieson
8126a8ab32 Add a preference that allows the LTE RLC dissector to accept RLC PDUs truncated after the header rather than report missing data.
svn path=/trunk/; revision=31750
2010-02-01 11:00:08 +00:00
Jaap Keuter
bad03bdd51 From Jochen Bartl:
Expert infos patch for EIGRP dissector.

svn path=/trunk/; revision=31749
2010-02-01 07:43:07 +00:00
Anders Broman
eca27931e0 Don't freeze/thaw the list when doing live captures.
svn path=/trunk/; revision=31748
2010-02-01 06:30:47 +00:00
Anders Broman
cb1f3e6986 - Back out the change to restore the selection after freeze/thaw.
- Move packets_bar_update(); to new_packet_list_append() as
 we may not freeze/thaw the list.

svn path=/trunk/; revision=31747
2010-02-01 06:27:24 +00:00
Anders Broman
7789513924 Issue a row_inserted signal if the model is connected
svn path=/trunk/; revision=31746
2010-02-01 06:23:16 +00:00
Jeff Morriss
96044c161d From Hitoshi Irino via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4381 : restore dissection of netflow v9 packets.
svn path=/trunk/; revision=31745
2010-01-31 22:10:17 +00:00
Jaap Keuter
ef44e06208 From Jens Weibler:
Just a small patch to add information about elliptic curves for SSL-connections.

svn path=/trunk/; revision=31744
2010-01-31 19:57:01 +00:00
Gerald Combs
66351af6e5 [Automatic manuf and enterprise-numbers update for 2010-01-31]
svn path=/trunk/; revision=31741
2010-01-31 16:03:52 +00:00
Stig Bjørlykke
8f5c4683ea Added an option to try decoding unknown primitives as BER encoded data.
svn path=/trunk/; revision=31740
2010-01-30 17:44:45 +00:00
Jaap Keuter
469b2966f6 From Shivesh Makharia:
I had written the VSNCP/VSNP which are specific to the CDMA community and
wanted to contribute this to Wireshark development.

svn path=/trunk/; revision=31739
2010-01-30 13:08:11 +00:00
Jaap Keuter
3b41224975 IANA updates and fixes for PPP types.
svn path=/trunk/; revision=31738
2010-01-30 10:43:46 +00:00
Bill Meier
7397bb0a74 Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31737
2010-01-29 23:17:32 +00:00
Bill Meier
cbec3dba8c Fix two gcc -Wshadow warnings.
svn path=/trunk/; revision=31736
2010-01-29 22:16:54 +00:00
Gerald Combs
080bbacb41 Preliminary fix for bug 4423.
svn path=/trunk/; revision=31735
2010-01-29 21:57:32 +00:00
Bill Meier
e8e8c37a5f A few updates:
- Remove not needed #includes: stdio, stdlib, string & prefs;
- Fix a few typos in text strings;
- use 'tvb_reported_length() > 0' rather than '... != 0' in several cases;
   (tvb_reported_length can return -1);
- if (!initialized) {...} not required in proto_reg_handoff..;
- col_clear(...) before col_add_fstr(...) not req'd;
- Add a comment about whether tvb_length() rather than tvb_reported_length
  should be used in one case.

svn path=/trunk/; revision=31734
2010-01-29 21:53:58 +00:00
Jaap Keuter
864c4d5521 From Laurent Boulard:
Follow SSL Stream for TLS_RSA_WITH_NULL_SHA and TLS_RSA_WITH_NULL_MD5.

svn path=/trunk/; revision=31733
2010-01-29 21:14:23 +00:00
Stig Bjørlykke
bda752f68b From Jan Gerbecks via bug 4440:
Added support for PNRP.

From me:
Fixed printing of Classifier (unicode).
Put some space in comments.

svn path=/trunk/; revision=31732
2010-01-29 20:55:52 +00:00
Bill Meier
538dd47d5d Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31731
2010-01-29 19:09:01 +00:00
Bill Meier
7b01915b6b Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31730
2010-01-29 16:13:26 +00:00
Bill Meier
e4d6610bd5 Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31729
2010-01-29 16:09:25 +00:00
Martin Mathieson
9cc7ad9f66 Add a check-box to allow filtering of only status PDUs (AM only)
svn path=/trunk/; revision=31728
2010-01-29 15:09:33 +00:00
Bill Meier
33cf0af255 Fix some gcc -Wshadow warnings;
Use consistent indentation.

svn path=/trunk/; revision=31727
2010-01-29 14:24:18 +00:00
Anders Broman
f04641440d Add 3GPP2 OUI.
svn path=/trunk/; revision=31726
2010-01-29 07:44:39 +00:00
Jeff Morriss
aa5feea5b3 Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368 :
Don't use add_item() to add FT_ABSOLUTE_TIMEs. Instead either:
	- fetch the seconds (and maybe milliseconds) and use add_time()
	- (or) change the field to FT_BYTES and give the raw data to
	  ntp_fmt_ts() for presentation 

Also change BASE_NONE to ABSOLUTE_TIME_LOCAL for the remaining time fields.

svn path=/trunk/; revision=31725
2010-01-29 04:05:49 +00:00
Bill Meier
c033a08313 Fix some gcc -Wshadow warnings.
svn path=/trunk/; revision=31724
2010-01-28 23:53:27 +00:00
Bill Meier
bb79476b22 Fix gcc -Wshadow warning;
Move proto_register... and proto_reg_handoff... to the end of the file.

svn path=/trunk/; revision=31723
2010-01-28 23:11:54 +00:00
Bill Meier
1341fcd87e Fix some gcc -Wshadow warnings.
svn path=/trunk/; revision=31722
2010-01-28 21:49:30 +00:00
Bill Meier
2ea1e1962f Fix gcc -Wshadow warning.
svn path=/trunk/; revision=31721
2010-01-28 19:58:48 +00:00
Bill Meier
9d663d7081 Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31720
2010-01-28 18:45:46 +00:00
Anders Broman
8a39d11aa1 Activate dedicated EPS bearer context accept may have no IE's.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4432

svn path=/trunk/; revision=31718
2010-01-28 17:01:54 +00:00
Bill Meier
21179f68bd Fix gcc -Wshadow warnings.
svn path=/trunk/; revision=31717
2010-01-28 16:03:03 +00:00
Bill Meier
9c4e559887 Fix various gcc -Wshadow warnings.
svn path=/trunk/; revision=31716
2010-01-28 15:39:15 +00:00
Bill Meier
b3b101e606 Fix gcc -Wshadow warning.
svn path=/trunk/; revision=31715
2010-01-28 15:03:47 +00:00
Bill Meier
3a9c03abd6 Fix gcc -Wshadow warnings
svn path=/trunk/; revision=31714
2010-01-28 14:43:01 +00:00
Bill Meier
91a6e46a61 Fix gcc -Wshadow warnings
svn path=/trunk/; revision=31713
2010-01-28 14:35:49 +00:00
Bill Meier
9ae817b032 (minor) packet-rtnet is a regular dissector (not an ASN1 dissector).
svn path=/trunk/; revision=31712
2010-01-28 14:31:02 +00:00
Gerasimos Dimitriadis
85fb36759b Update IS-801 Request Pseudorange Measurement; Rename
'spare bits' to 'reserved bits'

svn path=/trunk/; revision=31707
2010-01-27 22:36:29 +00:00