aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31From Gerasimos Dimitriadis:Anders Broman1-4/+48
DTAP decoding of Cause Diagnostics. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3968 svn path=/trunk/; revision=29637
2009-08-30[Automatic manuf and enterprise-numbers update for 2009-08-30]Gerald Combs1-7/+215
svn path=/trunk/; revision=29627
2009-08-29Revert r29614 until I figure out why buildbot doesn't like itKovarththanan Rajaratnam3-9/+10
svn path=/trunk/; revision=29615
2009-08-29Use G_STRINGIFY/G_PASTEKovarththanan Rajaratnam3-10/+9
svn path=/trunk/; revision=29614
2009-08-29Use NB_RTPMUX as protocol short nameKovarththanan Rajaratnam1-2/+2
svn path=/trunk/; revision=29610
2009-08-29We need to handoff even when we don't have a treeKovarththanan Rajaratnam1-51/+48
svn path=/trunk/; revision=29609
2009-08-29Indent commentsKovarththanan Rajaratnam1-30/+27
svn path=/trunk/; revision=29608
2009-08-29Note what the 3GPP spec is for this protocol.Guy Harris1-23/+23
Suggest a possible less-weak heuristic. Note that we're not checking the T bit and handling RTP header compression. At least as I read TS 29.414, the length indicator isn't supposed to be zero; however, a length indicator of 0 doesn't keep us from dissecting further, so just don't bother dissecting the payload. We should, perhaps, add an expert info for this. We should perhaps also catch exceptions thrown when dissecting the RTP packet, so a malformed RTP packet will still let us continue dissecting the rest of the Nb packet. svn path=/trunk/; revision=29607
2009-08-29Replace "repeated blurb" by NULL in two cases;Bill Meier1-3/+4
Reformat a long line. svn path=/trunk/; revision=29606
2009-08-29Replace "" by NULL in blurbs; Cleanup indentation.Bill Meier1-44/+44
svn path=/trunk/; revision=29605
2009-08-29Cleanup:Bill Meier1-23/+10
- proto_reg_handoff: 'if (!inited)' not req'd; - Remove unneeded #includes; - Use NULL instead of " for 'blurbs'; - Remove unneeded foward reference. svn path=/trunk/; revision=29604
2009-08-29Note that the "heuristic" is fatally weak, and must be strengthened orGuy Harris1-67/+86
eliminated. Fix indentation. Use tvb_reported_length(), so we throw an exception for packets cut short by a snapshot length. Don't bother showing or dissecting the payload if there isn't any. Don't show an item with a zero-length payload as going to the end of the packet. svn path=/trunk/; revision=29603
2009-08-28From Neil Piercy:Anders Broman3-82/+371
Add new protocol for 3GPP 29.414 (Nb interface RTP Mux). - Don't use C++-style comments (comments beginning with "//") - Don't declare variables in the middle of executable code; not all C compilers support that. - Dont register preferences when none present. - Removed CHECK_COL svn path=/trunk/; revision=29602
2009-08-28Fix code which could access uninitialized variables and display incorrect ↵Bill Meier1-12/+14
text in COL_INFO. (Found by clang scan-build). svn path=/trunk/; revision=29601
2009-08-28Fix if test in fcn rs11():Bill Meier1-1/+1
return if either (as opposed to both) of the required sparameters is not present; (Found by clang scan-build). svn path=/trunk/; revision=29600
2009-08-28Fix possible memmove with a NULL poiunter.Bill Meier1-2/+4
svn path=/trunk/; revision=29599
2009-08-28Don't coerce a possibly unaligned ptr to a (guint32 *);Bill Meier1-9/+26
Also: Calculate the same template hash whether on a LE or BE machine. svn path=/trunk/; revision=29598
2009-08-28Validate a function parameterBill Meier1-0/+2
svn path=/trunk/; revision=29595
2009-08-28After asking on the list and receiving no feedback, I'llJörg Mayer1-5/+5
just commit this: Change the checks for type FT_IPv6 to no longer require a lenght of exaclty 16 bytes, but something between 0 and 16 bytes. That way, we can filter on prefixes that do not provide the whole length of 16 bytes. svn path=/trunk/; revision=29594
2009-08-27Windows: remove all references to ICONV_DIR, because we use the statically ↵Kovarththanan Rajaratnam1-3/+0
linked win-iconv instead svn path=/trunk/; revision=29580
2009-08-27Add #include <stdio.h> in a few places for SolarisBill Meier1-0/+2
svn path=/trunk/; revision=29576
2009-08-26Show correct time value for "Time since previous displayed frame".Martin Mathieson1-1/+1
svn path=/trunk/; revision=29572
2009-08-26Reformat some long lines for readability....Bill Meier1-35/+97
svn path=/trunk/; revision=29570
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier28-15/+35
svn path=/trunk/; revision=29568
2009-08-26export t38_add_address, prefer destination port for T.38 conversation searchingTomas Kukosa2-4/+5
svn path=/trunk/; revision=29564
2009-08-26Make UL grant size a (generated) field of its own (for easier use as a ↵Martin Mathieson1-1/+17
custom column or IO graph filter). svn path=/trunk/; revision=29562
2009-08-26From Thierry Andry via bug 3941:Stig Bjørlykke1-1/+4
Added preference to set radius request TTL. svn path=/trunk/; revision=29561
2009-08-26From dragonlinux:Anders Broman2-0/+8
Add QNX OS VER 6's qnet ethernet protocol number. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3934 svn path=/trunk/; revision=29558
2009-08-26From swapnil:Anders Broman1-222/+131
Bug in Traffic Aggregate Description (TAD) IE in Packet-gtpv2.c fixed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3940 svn path=/trunk/; revision=29556
2009-08-26Add missing prototype ....Bill Meier1-0/+3
svn path=/trunk/; revision=29555
2009-08-25Rework code slightly to prevent several GCC "breaking strict-aliasing rules" ↵Bill Meier1-3/+11
warnings svn path=/trunk/; revision=29554
2009-08-25Add missing semicolon.Martin Mathieson1-1/+1
svn path=/trunk/; revision=29553
2009-08-25Init two struct members so gcc 4.1.4 doesn't complain about "may be used ↵Bill Meier1-2/+4
uninitialized"; Also: use gboolean for a true/false variable. svn path=/trunk/; revision=29552
2009-08-25From Didier Gautheron:Anders Broman5-53/+219
move custom col set from proto_tree_set_xxx() to epan_dissect_fill_in_columns(). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3930 I'v added the new functions to the .h files. svn path=/trunk/; revision=29551
2009-08-25From Mike Morrin:Anders Broman1-7/+5
Minor errors in gsm rr dissectors https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3889 Modified accoring to comments from Pascal Quantin(I hope I got it right). svn path=/trunk/; revision=29549
2009-08-25Show CRC errors for RARs.Martin Mathieson2-7/+6
svn path=/trunk/; revision=29548
2009-08-25Note in dlist[] that COL_BSSGP_TLLI is deprecated.Guy Harris1-1/+1
svn path=/trunk/; revision=29547
2009-08-25 Custom columnfication:Anders Broman3-2/+3
* Deprecate COL_BSSGP_TLLI (GPRS BSSGP IE TLLI). Use bssgp.tlli svn path=/trunk/; revision=29546
2009-08-24Make it possible to use bssgp.tlli as custom column.Anders Broman1-36/+15
Remove COL_BSSGP_TLLI and CHECK_COL. svn path=/trunk/; revision=29543
2009-08-24Remove unneeded #includes; Clean up indentation; Comment a few "closing braces".Bill Meier1-1757/+1761
svn path=/trunk/; revision=29538
2009-08-24packet-tcp.c:1551: warning: 'cleared_writable' may be used uninitialized in ↵Anders Broman1-1/+1
this function svn path=/trunk/; revision=29536
2009-08-24From: : " Michael"Anders Broman1-0/+10
packet-tcp marks a row as unwritable if there is more than 1 PDU in a packet to prevent overwriting of the protocol column. However this breaks the proto,colinfo tap which checks rows are writable or dies EVEN if it doesn't alter anything. Suggested patch attached to restore the initial value after all PDUs have been processed. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675 svn path=/trunk/; revision=29535
2009-08-24Expert info for undecoded Q.932 and H.450 operationsTomas Kukosa2-10/+30
svn path=/trunk/; revision=29534
2009-08-24From Ivan Sy via bug 3931:Stig Bjørlykke2-0/+5
Added ND Proxy Flag for IPv6 RA flag. svn path=/trunk/; revision=29533
2009-08-23Rework code slightly to prevent a GCC 'strict-aliasing' warning.Bill Meier1-4/+11
svn path=/trunk/; revision=29532
2009-08-23From kahou:Jaap Keuter1-2/+194
Add Fibre Channel Delimiter Dissector for Fibre Channel FC2. svn path=/trunk/; revision=29531
2009-08-23From Didier gautheron via bug 3929:Kovarththanan Rajaratnam1-7/+8
* Expert Info / Expert Info Composite requires a full protocol tree. * Delay tree NULL pointer check in bootp dissector svn path=/trunk/; revision=29530
2009-08-23From Ivan Sy:Jaap Keuter1-2/+4
Per RFC 3810 - Multicast Listener Discovery Version 2 (MLDv2) for IPv6, Add Number of Sources. Also to show Record Type's numeric value and not just its equivalent. Cleaned up presentation and included record number as well. svn path=/trunk/; revision=29528
2009-08-23[Automatic manuf and enterprise-numbers update for 2009-08-23]Gerald Combs1-7/+191
svn path=/trunk/; revision=29525
2009-08-23Custom columnfication:Kovarththanan Rajaratnam3-13/+2
* Deprecate COL_DELTA_CONV_TIME (Delta time (conversation)). Use tcp.time_delta svn path=/trunk/; revision=29524