obnox/wireshark/wip.git
14 years agoAdjust the heading elements.
gerald [Thu, 4 Feb 2010 00:19:00 +0000 (00:19 +0000)]
Adjust the heading elements.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31781 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix for bug 4444.
gerald [Wed, 3 Feb 2010 23:10:45 +0000 (23:10 +0000)]
Fix for bug 4444.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31780 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoChange author attribution as per https://bugs.wireshark.org/bugzilla/show_bug.cgi...
morriss [Wed, 3 Feb 2010 18:57:32 +0000 (18:57 +0000)]
Change author attribution as per https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3732#c13 .
Add an AUTHORS entry while we're at it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31779 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoTry to get rid of unused code warnings.
etxrab [Wed, 3 Feb 2010 16:59:21 +0000 (16:59 +0000)]
Try to get rid of unused code warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31778 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix from Tomas Kukosa to resolve problem with large negative intiger constraints
etxrab [Wed, 3 Feb 2010 16:58:52 +0000 (16:58 +0000)]
Fix from Tomas Kukosa to resolve problem with large negative intiger constraints
"packet-rrlp-fn.c:2391: warning: integer constant is too large for 'long' type."

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31777 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoChanged "reassembled_length" -> "reassembled.length".
stig [Wed, 3 Feb 2010 08:47:15 +0000 (08:47 +0000)]
Changed "reassembled_length" -> "reassembled.length".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31776 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdded protocol name to "Reassembled length" text.
guy [Tue, 2 Feb 2010 23:31:13 +0000 (23:31 +0000)]
Added protocol name to "Reassembled length" text.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31775 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdded protocol name to "Reassembled length" text.
stig [Tue, 2 Feb 2010 22:32:31 +0000 (22:32 +0000)]
Added protocol name to "Reassembled length" text.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31774 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoTry to get rid of unused code warnings.
etxrab [Tue, 2 Feb 2010 21:12:55 +0000 (21:12 +0000)]
Try to get rid of unused code warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31773 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoTry to get rid of unused code warnings.
etxrab [Tue, 2 Feb 2010 19:56:12 +0000 (19:56 +0000)]
Try to get rid of unused code warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31772 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix a typo and get rid of some unused code warnings.
etxrab [Tue, 2 Feb 2010 19:45:53 +0000 (19:45 +0000)]
Fix a typo and get rid of some unused code warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31771 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoTry to get rid of unused code warnings.
etxrab [Tue, 2 Feb 2010 19:28:34 +0000 (19:28 +0000)]
Try to get rid of unused code warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31770 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdd a field for the reassembled length.
guy [Tue, 2 Feb 2010 17:48:41 +0000 (17:48 +0000)]
Add a field for the reassembled length.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31769 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoClean up white space.
guy [Tue, 2 Feb 2010 17:45:59 +0000 (17:45 +0000)]
Clean up white space.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31768 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoIntroduce "Reassembled length" filter element for all protocols doing
stig [Tue, 2 Feb 2010 16:01:52 +0000 (16:01 +0000)]
Introduce "Reassembled length" filter element for all protocols doing
reassembly.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31767 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Stephen Donnelly:
etxrab [Tue, 2 Feb 2010 04:56:39 +0000 (04:56 +0000)]
From Stephen Donnelly:
Endace ATM and AAL2 enhancements.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4447

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31766 f5534014-38df-0310-8fa8-9805f1628bb7

14 years ago- Reorder some functions to avoid as many forward declarations
jmayer [Mon, 1 Feb 2010 22:31:37 +0000 (22:31 +0000)]
- Reorder some functions to avoid as many forward declarations
  as possible.
- Rename a few hf_ variables
- Display some values in the COL_INFO and options caption.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31765 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix for Bug 3116
dimeg [Mon, 1 Feb 2010 21:19:56 +0000 (21:19 +0000)]
Fix for Bug 3116
wrong decoding IMSI with GSM MAP protocol

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31764 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoC-ize a C++ comment.
gerald [Mon, 1 Feb 2010 21:14:39 +0000 (21:14 +0000)]
C-ize a C++ comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31763 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoC-ize a C++ comment.
gerald [Mon, 1 Feb 2010 21:13:56 +0000 (21:13 +0000)]
C-ize a C++ comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31762 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Tobias Witek:
etxrab [Mon, 1 Feb 2010 20:27:16 +0000 (20:27 +0000)]
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31761 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUse qualified rather than somewhat generic names for some enum definitions;
wmeier [Mon, 1 Feb 2010 19:01:56 +0000 (19:01 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31760 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUse consistent indentation; remove trailing spaces/tabs on lines.
wmeier [Mon, 1 Feb 2010 18:49:56 +0000 (18:49 +0000)]
Use consistent indentation; remove trailing spaces/tabs on lines.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31759 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoVarious fixes:
wmeier [Mon, 1 Feb 2010 18:16:25 +0000 (18:16 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31758 f5534014-38df-0310-8fa8-9805f1628bb7

14 years ago- Make all top level elements filterable.
jmayer [Mon, 1 Feb 2010 16:26:54 +0000 (16:26 +0000)]
- 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 {}.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31757 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix some gcc -Wshadow warnings.
wmeier [Mon, 1 Feb 2010 16:22:17 +0000 (16:22 +0000)]
Fix some gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31756 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoCreate "decompressed Content" tab in hex bytes pane only if decompression actually...
wmeier [Mon, 1 Feb 2010 16:18:18 +0000 (16:18 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31755 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoDon't freeze/thaw the list when stoping a live capture.
etxrab [Mon, 1 Feb 2010 14:55:47 +0000 (14:55 +0000)]
Don't freeze/thaw the list when stoping a live capture.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31754 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoBugfix: Hilight the correct range of bytes when dissecting embeeded
jmayer [Mon, 1 Feb 2010 14:53:00 +0000 (14:53 +0000)]
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)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31753 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoTry to get the status bar to update the "Displayed:" field when if and when a display...
etxrab [Mon, 1 Feb 2010 12:55:45 +0000 (12:55 +0000)]
Try to get the status bar to update the "Displayed:" field when if and when a display filter is applied.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31752 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoCompletely gnore common channel PDUs for now (instead of crashing or adding bogus...
martinm [Mon, 1 Feb 2010 11:01:33 +0000 (11:01 +0000)]
Completely gnore common channel PDUs for now (instead of crashing or adding bogus UE entries).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31751 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdd a preference that allows the LTE RLC dissector to accept RLC PDUs truncated after...
martinm [Mon, 1 Feb 2010 11:00:08 +0000 (11:00 +0000)]
Add a preference that allows the LTE RLC dissector to accept RLC PDUs truncated after the header rather than report missing data.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31750 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Jochen Bartl:
jake [Mon, 1 Feb 2010 07:43:07 +0000 (07:43 +0000)]
From Jochen Bartl:
Expert infos patch for EIGRP dissector.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31749 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoDon't freeze/thaw the list when doing live captures.
etxrab [Mon, 1 Feb 2010 06:30:47 +0000 (06:30 +0000)]
Don't freeze/thaw the list when doing live captures.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31748 f5534014-38df-0310-8fa8-9805f1628bb7

14 years ago- Back out the change to restore the selection after freeze/thaw.
etxrab [Mon, 1 Feb 2010 06:27:24 +0000 (06:27 +0000)]
- 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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31747 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoIssue a row_inserted signal if the model is connected
etxrab [Mon, 1 Feb 2010 06:23:16 +0000 (06:23 +0000)]
Issue a row_inserted signal if the model is connected

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31746 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Hitoshi Irino via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4381 ...
morriss [Sun, 31 Jan 2010 22:10:17 +0000 (22:10 +0000)]
From Hitoshi Irino via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4381 : restore dissection of netflow v9 packets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31745 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Jens Weibler:
jake [Sun, 31 Jan 2010 19:57:01 +0000 (19:57 +0000)]
From Jens Weibler:
Just a small patch to add information about elliptic curves for SSL-connections.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31744 f5534014-38df-0310-8fa8-9805f1628bb7

14 years ago[Automatic manuf and enterprise-numbers update for 2010-01-31]
gerald [Sun, 31 Jan 2010 16:03:52 +0000 (16:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2010-01-31]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31741 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdded an option to try decoding unknown primitives as BER encoded data.
stig [Sat, 30 Jan 2010 17:44:45 +0000 (17:44 +0000)]
Added an option to try decoding unknown primitives as BER encoded data.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31740 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Shivesh Makharia:
jake [Sat, 30 Jan 2010 13:08:11 +0000 (13:08 +0000)]
From Shivesh Makharia:
I had written the VSNCP/VSNP which are specific to the CDMA community and
wanted to contribute this to Wireshark development.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31739 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoIANA updates and fixes for PPP types.
jake [Sat, 30 Jan 2010 10:43:46 +0000 (10:43 +0000)]
IANA updates and fixes for PPP types.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31738 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix various gcc -Wshadow warnings.
wmeier [Fri, 29 Jan 2010 23:17:32 +0000 (23:17 +0000)]
Fix various gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31737 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix two gcc -Wshadow warnings.
wmeier [Fri, 29 Jan 2010 22:16:54 +0000 (22:16 +0000)]
Fix two gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31736 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoPreliminary fix for bug 4423.
gerald [Fri, 29 Jan 2010 21:57:32 +0000 (21:57 +0000)]
Preliminary fix for bug 4423.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31735 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoA few updates:
wmeier [Fri, 29 Jan 2010 21:53:58 +0000 (21:53 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31734 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Laurent Boulard:
jake [Fri, 29 Jan 2010 21:14:23 +0000 (21:14 +0000)]
From Laurent Boulard:
Follow SSL Stream for TLS_RSA_WITH_NULL_SHA and TLS_RSA_WITH_NULL_MD5.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31733 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Jan Gerbecks via bug 4440:
stig [Fri, 29 Jan 2010 20:55:52 +0000 (20:55 +0000)]
From Jan Gerbecks via bug 4440:
Added support for PNRP.

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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31732 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix various gcc -Wshadow warnings.
wmeier [Fri, 29 Jan 2010 19:09:01 +0000 (19:09 +0000)]
Fix various gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31731 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix various gcc -Wshadow warnings.
wmeier [Fri, 29 Jan 2010 16:13:26 +0000 (16:13 +0000)]
Fix various gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31730 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix various gcc -Wshadow warnings.
wmeier [Fri, 29 Jan 2010 16:09:25 +0000 (16:09 +0000)]
Fix various gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31729 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdd a check-box to allow filtering of only status PDUs (AM only)
martinm [Fri, 29 Jan 2010 15:09:33 +0000 (15:09 +0000)]
Add a check-box to allow filtering of only status PDUs (AM only)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31728 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix some gcc -Wshadow warnings;
wmeier [Fri, 29 Jan 2010 14:24:18 +0000 (14:24 +0000)]
Fix some gcc -Wshadow warnings;
Use consistent indentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31727 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdd 3GPP2 OUI.
etxrab [Fri, 29 Jan 2010 07:44:39 +0000 (07:44 +0000)]
Add 3GPP2 OUI.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31726 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4368 :
morriss [Fri, 29 Jan 2010 04:05:49 +0000 (04:05 +0000)]
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31725 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix some gcc -Wshadow warnings.
wmeier [Thu, 28 Jan 2010 23:53:27 +0000 (23:53 +0000)]
Fix some gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31724 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warning;
wmeier [Thu, 28 Jan 2010 23:11:54 +0000 (23:11 +0000)]
Fix gcc -Wshadow warning;
Move proto_register... and proto_reg_handoff... to the end of the file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31723 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix some gcc -Wshadow warnings.
wmeier [Thu, 28 Jan 2010 21:49:30 +0000 (21:49 +0000)]
Fix some gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31722 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warning.
wmeier [Thu, 28 Jan 2010 19:58:48 +0000 (19:58 +0000)]
Fix gcc -Wshadow warning.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31721 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix various gcc -Wshadow warnings.
wmeier [Thu, 28 Jan 2010 18:45:46 +0000 (18:45 +0000)]
Fix various gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31720 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoActivate dedicated EPS bearer context accept may have no IE's.
etxrab [Thu, 28 Jan 2010 17:01:54 +0000 (17:01 +0000)]
Activate dedicated EPS bearer context accept may have no IE's.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4432

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31718 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warnings.
wmeier [Thu, 28 Jan 2010 16:03:03 +0000 (16:03 +0000)]
Fix gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31717 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix various gcc -Wshadow warnings.
wmeier [Thu, 28 Jan 2010 15:39:15 +0000 (15:39 +0000)]
Fix various gcc -Wshadow warnings.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31716 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warning.
wmeier [Thu, 28 Jan 2010 15:03:47 +0000 (15:03 +0000)]
Fix gcc -Wshadow warning.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31715 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warnings
wmeier [Thu, 28 Jan 2010 14:43:01 +0000 (14:43 +0000)]
Fix gcc -Wshadow warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31714 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warnings
wmeier [Thu, 28 Jan 2010 14:35:49 +0000 (14:35 +0000)]
Fix gcc -Wshadow warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31713 f5534014-38df-0310-8fa8-9805f1628bb7

14 years ago(minor) packet-rtnet is a regular dissector (not an ASN1 dissector).
wmeier [Thu, 28 Jan 2010 14:31:02 +0000 (14:31 +0000)]
(minor) packet-rtnet is a regular dissector (not an ASN1 dissector).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31712 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUpdate IS-801 Request Pseudorange Measurement; Rename
dimeg [Wed, 27 Jan 2010 22:36:29 +0000 (22:36 +0000)]
Update IS-801 Request Pseudorange Measurement; Rename
'spare bits' to 'reserved bits'

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31707 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Pascal Quantin: show decoding of the Power Headroom Level field as specified...
martinm [Wed, 27 Jan 2010 18:42:40 +0000 (18:42 +0000)]
From Pascal Quantin: show decoding of the Power Headroom Level field as specified in 3GPP 36.133 table 9.1.8.4-1.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31705 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom shivesh83@gmail.com:
etxrab [Wed, 27 Jan 2010 18:16:07 +0000 (18:16 +0000)]
From shivesh83@gmail.com:
Enhancement to dissect EAP/AKA'
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4426
I also updated some PPP and EAP numbers.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31704 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoRemove a check_col() in asn1 template file (SVN #31519 did only the generated file).
wmeier [Wed, 27 Jan 2010 15:35:59 +0000 (15:35 +0000)]
Remove a check_col() in asn1 template file (SVN #31519 did only the generated file).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31701 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUse generated file from latest asn1 ...
wmeier [Wed, 27 Jan 2010 15:18:47 +0000 (15:18 +0000)]
Use generated file from latest asn1 ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31700 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUse generated file from latest asn1 ...
wmeier [Wed, 27 Jan 2010 15:16:22 +0000 (15:16 +0000)]
Use generated file from latest asn1 ...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31699 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUse generated file from latest asn1 (missed in SVN #31544).
wmeier [Wed, 27 Jan 2010 15:12:47 +0000 (15:12 +0000)]
Use generated file from latest asn1 (missed in SVN #31544).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31698 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoRemove a check_col() in asn1 template file (SVN #31519 did only the generated file).
wmeier [Wed, 27 Jan 2010 14:54:48 +0000 (14:54 +0000)]
Remove a check_col() in asn1 template file (SVN #31519 did only the generated file).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31697 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoDisable ignored counts when 0.
stig [Wed, 27 Jan 2010 11:55:57 +0000 (11:55 +0000)]
Disable ignored counts when 0.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31696 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdded "Remove Ignored packets" to the win32 dialogs.
stig [Wed, 27 Jan 2010 11:45:16 +0000 (11:45 +0000)]
Added "Remove Ignored packets" to the win32 dialogs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31695 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoMake the good/bad checksum values as generated even when the UDP checksum is 0.
sfisher [Wed, 27 Jan 2010 05:17:09 +0000 (05:17 +0000)]
Make the good/bad checksum values as generated even when the UDP checksum is 0.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31694 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix a comment.
guy [Wed, 27 Jan 2010 00:35:32 +0000 (00:35 +0000)]
Fix a comment.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31693 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoRemove two unused global variables (one of which was causing a gcc -Wshadow warning).
wmeier [Tue, 26 Jan 2010 23:43:48 +0000 (23:43 +0000)]
Remove two unused global variables (one of which was causing a gcc -Wshadow warning).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31690 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoCleanup the escape/unescape underscore in Packet List column headers.
stig [Tue, 26 Jan 2010 23:05:40 +0000 (23:05 +0000)]
Cleanup the escape/unescape underscore in Packet List column headers.
We only have to do this when actually set or get the title from the widget.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31689 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdd a note about filesystem capabilities.
gerald [Tue, 26 Jan 2010 20:03:12 +0000 (20:03 +0000)]
Add a note about filesystem capabilities.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31686 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoMove underscore escaping/unscaping function to strutil.c;
dimeg [Tue, 26 Jan 2010 18:21:17 +0000 (18:21 +0000)]
Move underscore escaping/unscaping function to strutil.c;
Update decoding of IS-801 Request GPS Acquisition Assistance

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31685 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix a gcc -Wshadow warning
wmeier [Tue, 26 Jan 2010 17:45:58 +0000 (17:45 +0000)]
Fix a gcc -Wshadow warning

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31684 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoRemove redundant code
etxrab [Tue, 26 Jan 2010 16:52:19 +0000 (16:52 +0000)]
Remove redundant code
(the local variable 'opcode' seems to be set but is never used.)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31683 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix gcc -Wshadow warning
wmeier [Tue, 26 Jan 2010 15:54:12 +0000 (15:54 +0000)]
Fix gcc -Wshadow warning
 (and possibly cause more efficient code to be generated).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31682 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoUndo previous change to avoid crashing.
martinm [Tue, 26 Jan 2010 14:55:26 +0000 (14:55 +0000)]
Undo previous change to avoid crashing.
The test for NULL was to see whether struct had ever been allocated,
not for detecting a failed allocation...

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31681 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoIntroduce "Remove Ignored packets" in Packet Range frames, which is used in
stig [Tue, 26 Jan 2010 13:08:22 +0000 (13:08 +0000)]
Introduce "Remove Ignored packets" in Packet Range frames, which is used in
Save As, Export and Print dialogs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31680 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoremove check_col
etxrab [Tue, 26 Jan 2010 12:25:52 +0000 (12:25 +0000)]
remove check_col

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31679 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoBug on bssmap SAI not decoded.
etxrab [Tue, 26 Jan 2010 12:22:03 +0000 (12:22 +0000)]
Bug on bssmap SAI not decoded.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4415

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31678 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdjust the release timestamp.
jake [Tue, 26 Jan 2010 07:26:48 +0000 (07:26 +0000)]
Adjust the release timestamp.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31676 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoDebian is in the process of removing the MIBs from the repository.
jake [Tue, 26 Jan 2010 07:24:06 +0000 (07:24 +0000)]
Debian is in the process of removing the MIBs from the repository.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31675 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4402 :
morriss [Tue, 26 Jan 2010 01:40:10 +0000 (01:40 +0000)]
Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4402 :

Escape all non-printable characters so that we generate valid PDML.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31674 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFix some gcc -Wshadow warnings
wmeier [Tue, 26 Jan 2010 01:00:15 +0000 (01:00 +0000)]
Fix some gcc -Wshadow warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31673 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoHandle escape/unescape underscore when read/write the preferences
stig [Mon, 25 Jan 2010 21:45:17 +0000 (21:45 +0000)]
Handle escape/unescape underscore when read/write the preferences
column.format entries.  Also fix a small memory leakage.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31670 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Jakub Zawadzki:
etxrab [Mon, 25 Jan 2010 20:58:24 +0000 (20:58 +0000)]
From Jakub Zawadzki:
- Create only one marker in packet_hex_print_common.
- Set start & end values in good keys.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4403

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31669 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoHandle underscore escaping/unescaping for old packet list; Simplify
dimeg [Mon, 25 Jan 2010 20:30:09 +0000 (20:30 +0000)]
Handle underscore escaping/unescaping for old packet list; Simplify
and make more robust the unescaping function.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31668 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Mike Morrin:
etxrab [Mon, 25 Jan 2010 20:14:34 +0000 (20:14 +0000)]
From Mike Morrin:
Empty GPRS LLC S frames cause truncated data exception.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4417

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31667 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoAdd a field to allow easy filtering of one SN of interest.
martinm [Mon, 25 Jan 2010 18:32:18 +0000 (18:32 +0000)]
Add a field to allow easy filtering of one SN of interest.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31666 f5534014-38df-0310-8fa8-9805f1628bb7

14 years agoFrom Jakub Zawadzki:
dimeg [Mon, 25 Jan 2010 18:26:47 +0000 (18:26 +0000)]
From Jakub Zawadzki:
Remove prepare_bits_string from proto.c; Use
equivalent function decode_bits_in_field in to_str.c

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31665 f5534014-38df-0310-8fa8-9805f1628bb7