Commit Graph

30207 Commits

Author SHA1 Message Date
Stig Bjørlykke 9b246f9afc Added packet-socketcan.c
svn path=/trunk/; revision=31198
2009-12-08 07:30:07 +00:00
Stephen Fisher 0615c4bcd9 Forgot to add Felix to the AUTHORS file in commit 31196.
svn path=/trunk/; revision=31197
2009-12-08 07:26:37 +00:00
Stephen Fisher 09a4f2af2f From Felix Obenhuber via bug #4299: SocketCAN dissector patch
From me: Remove changes related to the ARP protocol because it doesn't
appear to be necessary for SocketCAN.  Will add later if Felix says it is
needed.


svn path=/trunk/; revision=31196
2009-12-08 07:21:33 +00:00
Stephen Fisher 772e36f433 From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)
are 1 hour more than timestamps in txt


svn path=/trunk/; revision=31195
2009-12-08 07:12:59 +00:00
Stephen Fisher 6db27eb8a2 From Jim Young via bug #4304: Patch to capinfos -H feature to generate
expected column header names


svn path=/trunk/; revision=31194
2009-12-08 07:04:12 +00:00
Guy Harris a6bae6e39b winposixtype.h appears to be Windows-only.
svn path=/trunk/; revision=31193
2009-12-08 01:49:01 +00:00
Gerald Combs e5be652056 Fix compilation under Windows. Allocate our hash buffer dynamically so
that _chkstk doesn't throw a hissy fit. When hashing, open the file in
binary mode.

svn path=/trunk/; revision=31192
2009-12-08 00:13:57 +00:00
Gerald Combs 7c276becfd Add SHA1, RMD160, and MD5 hashes to capinfos.
svn path=/trunk/; revision=31191
2009-12-07 23:18:12 +00:00
Gerald Combs f25bb34d81 Set svn:use-commit-times to "yes" for the enterprise-numbers file. The
make-sminmpec.pl script uses its modification time to check for a newer
version.

svn path=/trunk/; revision=31190
2009-12-07 22:09:59 +00:00
Gerald Combs 6e7da96440 [Automatic manuf and enterprise-numbers update for 2009-12-07]
svn path=/trunk/; revision=31189
2009-12-07 21:32:27 +00:00
Gerald Combs 42dd01daff If WinPcap isn't loaded, return NULL from pcap_lookupdev() instead
of asserting. Returning an empty interface list is more graceful than
crashing.

svn path=/trunk/; revision=31188
2009-12-07 18:21:58 +00:00
Stig Bjørlykke 7aa873dae6 A fix for bug 4301:
Check sip->extra_info for SMB_EI_NTI before usage.

svn path=/trunk/; revision=31187
2009-12-07 15:07:38 +00:00
Stig Bjørlykke 82e8cfe421 Build correct oraddress for several Teletex values.
Corrected label format for GenerationQualifier: GQ -> Q.

svn path=/trunk/; revision=31186
2009-12-07 12:17:13 +00:00
Martin Mathieson 68546e930e From Pascal Quantin. Add support a UDP framing format for LTE RLC.
svn path=/trunk/; revision=31185
2009-12-07 10:23:35 +00:00
Gerald Combs 4c5e6a4993 [Automatic manuf and enterprise-numbers update for 2009-12-06]
svn path=/trunk/; revision=31182
2009-12-06 16:03:25 +00:00
Jaap Keuter a529270519 Let c-ares actually resolve IPv6 addresses.
svn path=/trunk/; revision=31181
2009-12-06 08:45:52 +00:00
Bill Meier c6a35db235 Update AUTHORS for Ravi Kondamuru.
svn path=/trunk/; revision=31180
2009-12-05 15:27:29 +00:00
Gerasimos Dimitriadis eff8b8dd39 From Bug 4298:
Add additional LDAP OIDs for LDAP Content Synchronization Operation
(Slightly modified in order to add code in packet-ldap-template.c)

svn path=/trunk/; revision=31179
2009-12-04 23:09:37 +00:00
Martin Mathieson 9a0c5d29c6 Fix length in loop (from Pascal Quantin).
svn path=/trunk/; revision=31178
2009-12-04 22:27:29 +00:00
Gerasimos Dimitriadis 809477b66e Fix for Bug 4197:
Neighbour Cell Description 2 decode error

svn path=/trunk/; revision=31177
2009-12-04 20:27:16 +00:00
Jaap Keuter d1b79f7e0a With revision 27279 the make part of revision 26467 has to be reverted too.
svn path=/trunk/; revision=31175
2009-12-04 18:20:15 +00:00
Martin Mathieson 2267dcdd0e From Pascal Quantin via bug 4296.
- make framing format work when there are no optional parameters present
- when showing raw SDU, show formatted info as well as data itself.  This is done in a horrible way, but I can't find a nice way.

svn path=/trunk/; revision=31174
2009-12-04 17:39:39 +00:00
Bill Meier 0f1d360f64 Revise #31172 slightly to clarify #define dependencies
svn path=/trunk/; revision=31173
2009-12-04 16:56:34 +00:00
Bill Meier 2dd96f051a From: babi
[Fix] potential memory problem (crash?) in daintree-sna.

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

(A parameterized version of the patch supplied in the above)



svn path=/trunk/; revision=31172
2009-12-04 16:42:14 +00:00
Bill Meier cc43ff3835 From: Ravi Kondamuru:
"... a patch to make the netscaler wiretap code independent of the
 host system endian-ness. 
 I have taken care of (1) reading and writing nstrace files (netscaler.c) and
 (2) reading in dissector code (packet-nstrace.c) also."

See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3540#c26

svn path=/trunk/; revision=31171
2009-12-04 15:21:48 +00:00
Martin Mathieson 0015dc63be Show whether NACK is full or partial in expert info.
svn path=/trunk/; revision=31170
2009-12-04 11:22:33 +00:00
Martin Mathieson 27169c915c Provide frame links between grant or failure ind back to SR.
svn path=/trunk/; revision=31169
2009-12-04 11:13:20 +00:00
Stephen Fisher 5ee8a92d01 Fix a problem where the Info column's contents was changing erratically
because the Info column was being filled in with a string that didn't
stay around long enough.  Changed a col_set_str() to col_add_str() call. 


svn path=/trunk/; revision=31168
2009-12-04 02:41:23 +00:00
Anders Broman c5eabf762f - Use the gtk_tree_view_column_set_min_width() method also
when crating the list.
- Set min width to the size of the title or COLUMN_WIDTH_MIN

svn path=/trunk/; revision=31167
2009-12-03 20:59:18 +00:00
Anders Broman 571e210c76 From Pascal Quantin:
[NAS EPS] various small fixes for message decoding.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4290

svn path=/trunk/; revision=31166
2009-12-03 20:12:13 +00:00
Stephen Fisher c5fdb8edae From Chris Maynard via bug #4287: Display IP protocol number in decimal
instead of hexadecimal.


svn path=/trunk/; revision=31165
2009-12-03 19:10:43 +00:00
Stig Bjørlykke 44f8b813ee Decode family and hook type.
svn path=/trunk/; revision=31164
2009-12-03 17:31:26 +00:00
Stig Bjørlykke b13082516f Added some Solaris AF_ types.
svn path=/trunk/; revision=31163
2009-12-03 17:31:03 +00:00
Bill Meier 7663aff6fc #include <string.h> not needed.
svn path=/trunk/; revision=31162
2009-12-03 16:40:35 +00:00
Stig Bjørlykke 11ba06366d Renamed some wtap defines:
WTAP_GCOM_TIE1 => WTAP_ENCAP_GCOM_TIE1
WTAP_GCOM_SERIAL => WTAP_ENCAP_GCOM_SERIAL

svn path=/trunk/; revision=31161
2009-12-03 15:47:52 +00:00
Stig Bjørlykke fcee7ad2df Added missing WTAP_ENCAP_DPNSS and WTAP_ENCAP_PACKETLOGGER to encap_table_base[]
Fixed some comments.

svn path=/trunk/; revision=31160
2009-12-03 15:40:15 +00:00
Stig Bjørlykke e592902393 From Petr Sumbera via bug 4284:
Added support for Solaris IPNET layer

From me:
Some code cleanup in packet-ipnet.c
Added packet-ipnet.c to CMakeFiles.txt
Added WTAP_ENCAP_IPNET to encap_table_base[]

svn path=/trunk/; revision=31159
2009-12-03 15:27:39 +00:00
Stig Bjørlykke 39f0b9efde Improved Apply/Prepare a filter from Packet List for custom columns:
- Add quotes for strings
- Use only protocol for protocol only columns

svn path=/trunk/; revision=31158
2009-12-03 14:01:18 +00:00
Gerald Combs a4538a17a8 Back out r30376, which introduced a buffer overrun. Fixes bug 4285.
svn path=/trunk/; revision=31157
2009-12-02 22:29:06 +00:00
Anders Broman a7255dd3ba Make it possible to match transaction Id:s for Conversation where
both Originatingand Responding TID is present.

svn path=/trunk/; revision=31156
2009-12-02 20:16:21 +00:00
Jaap Keuter f476f80198 User Guide: save 50 pages worth of white space.
Developer Guide: save 45 pages worth of white space.

svn path=/trunk/; revision=31155
2009-12-02 19:51:48 +00:00
Jaap Keuter 85f4872301 Update User Guide:
- New Capture Options dialog.
- Add Remote Capture section.

svn path=/trunk/; revision=31154
2009-12-02 19:33:28 +00:00
Martin Mathieson b3a836bc23 The beginnings of a state machine to track a UE's SR state and provide links between relevant frames.
svn path=/trunk/; revision=31153
2009-12-02 17:46:27 +00:00
Stig Bjørlykke 8a488e5fbf Use size_t for length.
svn path=/trunk/; revision=31152
2009-12-02 14:44:53 +00:00
Stig Bjørlykke eae70bf323 Set tooltips on the column button.
svn path=/trunk/; revision=31151
2009-12-02 14:00:04 +00:00
Stig Bjørlykke 942d6e41f8 Indicate default column alignment in the popup menu.
svn path=/trunk/; revision=31150
2009-12-02 13:53:33 +00:00
Stig Bjørlykke 40b377bd66 Fixed opening correct preferences page.
svn path=/trunk/; revision=31149
2009-12-02 09:39:13 +00:00
Jaap Keuter 6be946c4bb From Samu Varjonen:
svn diff of the changes after draft-ietf-hip-nat-traversal-09 was approved to
become an RFC.

svn path=/trunk/; revision=31148
2009-12-02 07:34:55 +00:00
Gerald Combs 52eaeafba9 Borrow some of the web site colors for the welcome screen.
svn path=/trunk/; revision=31147
2009-12-02 00:31:04 +00:00
Guy Harris 5f1887e630 Fix a comment.
svn path=/trunk/; revision=31146
2009-12-01 21:30:30 +00:00