aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2012-11-28From gyanesh:Anders Broman1-70/+239
BPDU dissector enhancement to recognize Shortest Path Bridging(SPB) BPDUs version 4 . - Got rid of a couple of tvb_get_ptr(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7970 svn path=/trunk/; revision=46248
2012-11-28Add native SCTP encapsulation.Michael Tüxen1-0/+1
svn path=/trunk/; revision=46244
2012-11-28Fix typo which cased compile error ...Bill Meier1-1/+1
svn path=/trunk/; revision=46242
2012-11-28General cleanup:Bill Meier1-473/+538
- fix extensive use of expert...() under 'if(tree)' - fix a [-Wshadow] warning; - create/use several extended variable strings; - "localize" some variable definitions; - remove some uneeded variable initializers; - do some whitespace and formatting changes to use a consistent style. svn path=/trunk/; revision=46240
2012-11-27Warn about non-final parameters that aren't padded correctly. I'm not sureJeff Morriss1-2/+4
that final parameters *with* padding is all that important (maybe it should be there but not PI_ERROR?). svn path=/trunk/; revision=46239
2012-11-27Fix [-Wuninitialized] warning.Bill Meier1-1/+1
svn path=/trunk/; revision=46237
2012-11-27General cleanup:Bill Meier1-435/+918
- create/use extended variable string; - #if 0 unused value_string arrays (instead of marking with _U_); - "localize" some variable definitions; - remove some uneeded variable initializers; - reformat hf[] entries; - do some whitespace and formatting changes to use a consistent style. svn path=/trunk/; revision=46236
2012-11-27Fix several [-Wshadow] warnings;Bill Meier1-238/+324
Also: - Create/use several extended value strings; - Reformat hf[] array; - Do various whitespace and formatting changes to use a consistent style. svn path=/trunk/; revision=46222
2012-11-27Add more parameters for Japanese ISUP.Anders Broman1-6/+285
svn path=/trunk/; revision=46220
2012-11-27Uh, it's BASE_EXT_STRING, not BASE_RANGE_STRING.Bill Meier1-1/+1
svn path=/trunk/; revision=46214
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-875/+979
Also: - Create/use several extended value strings; - Reformat hf[] array; - Do various whitespace and formatting changes to use a consistent style. svn path=/trunk/; revision=46210
2012-11-26tvb_find_line_end() arg should be FALSE not ENC_BIG_ENDIAN.Bill Meier1-1/+1
svn path=/trunk/; revision=46209
2012-11-26From Dirk Jagdmann: Fix a comment in the DCERPC dissector header.Gerald Combs1-1/+1
svn path=/trunk/; revision=46208
2012-11-26Update MSG value string and add commented out infoAnders Broman1-1/+63
svn path=/trunk/; revision=46207
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-757/+758
Also: - Create/use several extended value strings; - Do various whitespace and formatting changes to use a consistent style. svn path=/trunk/; revision=46205
2012-11-26Add missing OPTIONAL keyword in RRCConnectionRequest messagePascal Quantin1-1/+1
svn path=/trunk/; revision=46202
2012-11-26Back out the SDP part of r46165 "Set up BFCP conversations".Anders Broman1-40/+0
svn path=/trunk/; revision=46201
2012-11-26Fix uninitialized-variable bug.Guy Harris1-0/+1
svn path=/trunk/; revision=46199
2012-11-26If TSO support is enabled and, as a result, we assume an IP packet withGuy Harris1-26/+30
zero as the total length is the result of TSO, report that specially, so that it's clearer why the we're reporting the length as non-zero when it's zero in the packet data. See http://ask.wireshark.org/questions/16279/why-are-the-bytes-00-00-but-wireshark-shows-an-ip-total-length-of-2016 svn path=/trunk/; revision=46198
2012-11-26Fix several [-Wshadow] warnings;Bill Meier1-8/+8
Also: Do some minor whitespace and formatting changes. svn path=/trunk/; revision=46197
2012-11-26Fix two purported [-Wshadow] warnings;Bill Meier1-165/+166
Also: Do some minor whitespace and formatting changes. svn path=/trunk/; revision=46196
2012-11-26Fix a purported [-Wshadow] warning;Bill Meier1-350/+352
Also: Do some minor whitespace and formatting changes. svn path=/trunk/; revision=46195
2012-11-25Fix several [-Wshadow] warnings;Bill Meier2-57/+58
Also: Do some minor whitespace and formatting changes. svn path=/trunk/; revision=46192
2012-11-25Fix several [-Wshadow] warnings;Bill Meier3-73/+76
Also: Do some minor whitespace and formatting changes. -This line, and those below, will be ignored-- M dissectors/packet-bootp.c M dissectors/packet-bssgp.c M dissectors/packet-babel.c svn path=/trunk/; revision=46191
2012-11-25 Fix several [-Wshadow] warnings;Bill Meier1-52/+46
Also: - Add XXX comment about a line of code which does differently than apparently expected; - Do some minor whitespace and formatting changes. svn path=/trunk/; revision=46190
2012-11-25Fix several purported [-Wshadow] warnings;Bill Meier1-51/+51
svn path=/trunk/; revision=46189
2012-11-25From Andy Karch: L2TP filtering on AVPs 'Called Number' and 'Calling Number' ↵Anders Broman1-7/+15
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8015 svn path=/trunk/; revision=46181
2012-11-24Set up BFCP conversationsAnders Broman2-29/+83
svn path=/trunk/; revision=46165
2012-11-23Improve dissection;Bill Meier1-300/+239
- Properly handle DataBlocks with optional fields at end; - Fix a few field dissections; General code cleanup; - Remove almost all tests using tvb_length_remaining(): If there's not enough data available, just let an exception be thrown. - Fix a memory leak; - Simplify code in various places. - Add a reference to the (a ?) Microsoft spec for RDP. Fixes Bug #7862 in a more complete manner than SVN #45566. svn path=/trunk/; revision=46158
2012-11-23Error: the name for hf_bfcp_queue_pos ("bfcp.queue_pos") has trailing space ↵Anders Broman1-1/+1
in packet-bfcp.c svn path=/trunk/; revision=46157
2012-11-23Update dissetion of the header flags.Anders Broman1-5/+37
svn path=/trunk/; revision=46156
2012-11-23Add dissection of attributes.Anders Broman1-89/+387
svn path=/trunk/; revision=46154
2012-11-23Cell Identity (CI) is 2 octets.Anders Broman1-4/+23
svn path=/trunk/; revision=46152
2012-11-22Fix the expert info dealing with parameter padding. The final parameterMichael Tüxen1-53/+61
in a chunk is not padded, but the padding bytes are considered padding of the chunk. svn path=/trunk/; revision=46143
2012-11-22Fix potential buffer overflow crash; (Bug #7880).Bill Meier1-48/+43
Rework code logic slightly so same code path (and tests) used whether or not 'if(tree)'. svn path=/trunk/; revision=46128
2012-11-21fixMartin Kaiser1-1/+1
/home/wireshark/builders/trunk/ubuntu1204x64/build/epan/dissectors/packet-bssgp.c: In function de_bssgp_son_transfer_app_id: /home/wireshark/builders/trunk/ubuntu1204x64/build/epan/dissectors/packet-bssgp.c:3173:12: error: variable next_tvb set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors svn path=/trunk/; revision=46125
2012-11-21display the content of cc status fields in the info columMartin Kaiser1-0/+4
svn path=/trunk/; revision=46124
2012-11-21all CI+ SAC messages are encryptedMartin Kaiser1-2/+0
there's no point in displaying this fact in the info column svn path=/trunk/; revision=46123
2012-11-21dissect config and cftable tuples in the Card Information StructureMartin Kaiser1-3/+239
svn path=/trunk/; revision=46122
2012-11-21fix copy&paste errorMartin Kaiser1-1/+1
svn path=/trunk/; revision=46121
2012-11-21Clean up white space (no tabs).Guy Harris1-3/+4
svn path=/trunk/; revision=46120
2012-11-21cc status 0x03 means either "authentication failed" or "no srm required"Martin Kaiser1-12/+12
svn path=/trunk/; revision=46119
2012-11-21The previous change means the "len" argument is now being used.Guy Harris1-3/+1
svn path=/trunk/; revision=46113
2012-11-21From l.wachowski:Anders Broman1-5/+9
Allign the tables for dissection. From me try to fix the dissection of SONtransferApplicationIdentity_PDU. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8008 svn path=/trunk/; revision=46111
2012-11-21From Stephen Tarr: Fix 'misspelling (typo) in display filter field name'.Bill Meier1-1/+1
ipv6.framgent --> ipv6.fragment #BACKPORT svn path=/trunk/; revision=46098
2012-11-20SCSI: Sense buffers come in two flavors. Start decoding the descriptor format.Ronnie Sahlberg1-7/+35
svn path=/trunk/; revision=46097
2012-11-19From Roland Knall:Anders Broman1-0/+41
Allow for specific enabling and disabling of heuristic dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7997 svn path=/trunk/; revision=46085
2012-11-19From Krishnamurthy Mayya:Anders Broman5-14/+376
Enhancement to support MPLS-TP FM and LI payloads as per RFC 6427 and RFC 6435 Fixed some errors found by checkapi, changed filter names to use proto abbr. svn path=/trunk/; revision=46084
2012-11-19From l.wachowski:Anders Broman1-4/+2
- In de_bssgp_pdu_in_error() use current_offset isof 0. - in function de_bssgp_ran_inf_error_rim_cont. Error rim container doesn't have field rim sequence number. This field exists in the rest of containers but not in this one. So I have removed this field. In this function we have field pdu in error and this field is mandatory, not optional https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8000 svn path=/trunk/; revision=46081
2012-11-18From Wido KellingMartin Kaiser1-4/+5
updated Port3 status values to conform to IEC 61158 added decoding of some more values https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7996 svn path=/trunk/; revision=46075