aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-11-19Switch from individual GLib, GTK+, and related packages to the all-in-oneGerald Combs6-162/+46
versions. svn path=/trunk/; revision=31023
2009-11-19- Remove if(tree) checksGerasimos Dimitriadis1-32/+34
- Add masks so that PIM Version and Type nibbles are shown - Show reserved byte in PIM header svn path=/trunk/; revision=31022
2009-11-19Dissect SRB2 as PDCP signalling too.Martin Mathieson1-2/+1
svn path=/trunk/; revision=31021
2009-11-19Add a custom column from the packet details popup menu.Stig Bjørlykke5-8/+61
This fixes bug 4246. svn path=/trunk/; revision=31020
2009-11-19Tweak expert info level/text.Martin Mathieson1-3/+4
svn path=/trunk/; revision=31019
2009-11-19No need to do string compare for FT_PROTOCOL.Stig Bjørlykke1-4/+2
svn path=/trunk/; revision=31018
2009-11-19Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke9-12/+6
Removed some unneeded includes. svn path=/trunk/; revision=31017
2009-11-19Added support for some missing custom column types:Stig Bjørlykke1-1/+19
FT_NONE: Print nothing FT_PROTOCOL: Print "Yes" if protocol exists in packet FT_IPv6: Print address The changes in r29551 made wireshark crash for this columns. svn path=/trunk/; revision=31016
2009-11-19Add vendor id for Deutsche Telekom AGAnders Broman1-2/+3
svn path=/trunk/; revision=31015
2009-11-19ENBname is now a PrintableString. handling in .cnf no longer needed.Anders Broman2-62/+14
svn path=/trunk/; revision=31014
2009-11-19From Holger Freyther:Anders Broman1-5/+7
RSL is on more than stream-id == 0 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4245 svn path=/trunk/; revision=31013
2009-11-19Instead of initializing the Media Format name to NULL, set it toGerald Combs1-1/+2
"Unknown". This keeps us from crashing on some platforms if we have an unknown media format ID. svn path=/trunk/; revision=31011
2009-11-18Get the offset right.Jaap Keuter1-1/+1
svn path=/trunk/; revision=31010
2009-11-18Updated GPRS TMSI Status and Update Type IEsGerasimos Dimitriadis1-73/+35
svn path=/trunk/; revision=31009
2009-11-18GPRS Attach Type IE updated according to 24.008 v8.6.0Gerasimos Dimitriadis1-47/+25
svn path=/trunk/; revision=31008
2009-11-18Add and remove doc icons from the distribution.Gerald Combs1-15/+20
svn path=/trunk/; revision=31007
2009-11-18- Use the spare_bits hf from packet_gsm_a_common.c inGerasimos Dimitriadis4-215/+144
packet-gsm_a_dtap.c and packet-gsm_a_gm.c - Update a number of GPRS IEs according to 24.008 v8.6.0 - Rewrite parts of GPRS IEs so that it is shown which octet parts contribute to which header fields svn path=/trunk/; revision=31006
2009-11-18Switch HighHdr and LowHdr to build correct absolute time.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=31005
2009-11-18Trivial: comment updateMartin Mathieson1-2/+1
svn path=/trunk/; revision=31004
2009-11-18Expert warning about BSRs over a threshold configured in pref.Martin Mathieson1-12/+62
svn path=/trunk/; revision=31003
2009-11-18Another try to treat the two 32bit time values (low, high) in v23 formatStig Bjørlykke1-1/+1
as a 64bit value. svn path=/trunk/; revision=31002
2009-11-18If no error is returned by a Wiretap routine, err_info is presumed notGuy Harris1-2/+2
to have been set. Do not set it to something g_mallocated in that case, as that will cause a memory leak - the error string will not be freed by the caller, as it's presumed not to have been set. svn path=/trunk/; revision=31001
2009-11-17Use #8594 instead of rarr.Gerald Combs1-1/+1
svn path=/trunk/; revision=31000
2009-11-17From Aamer Akhter:Anders Broman1-129/+80
Add fields for: cdp platform cdp device id cdp port id From me: Chnge ..add_uint to add_item in a couple of places, get rid of check_col. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4244 svn path=/trunk/; revision=30999
2009-11-17Mobile On Channel carries no data.Anders Broman2-2/+2
svn path=/trunk/; revision=30998
2009-11-17Fix for Bug 4248:Gerasimos Dimitriadis1-6/+1
Graft and GraftAck should get the same handling svn path=/trunk/; revision=30997
2009-11-17Display filter macros are under the Analyze menu.Gerald Combs1-11/+11
svn path=/trunk/; revision=30996
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis30-83/+83
svn path=/trunk/; revision=30995
2009-11-17From Ravi Kondamuru via bug 3540:Stig Bjørlykke1-1/+2
Treat the two 32bit time values (low, high) in v23 format as a 64bit value. svn path=/trunk/; revision=30994
2009-11-17Add the images used to create the new document icon. Remove the old docGerald Combs9-241/+0
icon files. svn path=/trunk/; revision=30993
2009-11-17Resuse struct for PDCP info when redissecting.Martin Mathieson1-2/+5
svn path=/trunk/; revision=30992
2009-11-17Rename the doc icon for consistency.Gerald Combs3-2/+2
svn path=/trunk/; revision=30991
2009-11-17Update the document icons.Gerald Combs2-0/+0
svn path=/trunk/; revision=30990
2009-11-17From Benjamin Roch via. bug 4247:Kovarththanan Rajaratnam2-3/+7
Fix type-field of protocol control frame svn path=/trunk/; revision=30989
2009-11-17Need to add svnversion.h to the build list to makeJörg Mayer1-0/+1
sure it is generated whatever the build order is. svn path=/trunk/; revision=30988
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer20-40/+52
* Add -static * Registration may need different handling * Add plugins * Build error in wslua svn path=/trunk/; revision=30987
2009-11-17Added format argument.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=30986
2009-11-17Herbert Lischka:Anders Broman1-2/+65
Recipients as IPv4 and IPv6. svn path=/trunk/; revision=30985
2009-11-16Added more Peer ID Conventions.Stig Bjørlykke1-22/+87
svn path=/trunk/; revision=30980
2009-11-16dont print the window size for the initial SYN packetRonnie Sahlberg1-4/+6
svn path=/trunk/; revision=30979
2009-11-16GPRS Attach Result IE updated according to 24.008 v8.6.0Gerasimos Dimitriadis1-25/+23
svn path=/trunk/; revision=30977
2009-11-16Show data-less PDUs are Error rather than warning.Martin Mathieson1-5/+8
Only call PDCP for complete signalling PDUs. svn path=/trunk/; revision=30976
2009-11-16Don't let the session blob length go stomping all over the stack withGerald Combs1-85/+103
muddy boots. Fixes bug 4239. svn path=/trunk/; revision=30975
2009-11-16Erroneously ommitted from the patch of Bug 4219:Gerasimos Dimitriadis1-1/+1
bit_offset used instead of curr_bit_offset svn path=/trunk/; revision=30974
2009-11-16Update 3GPP/ETSI AVP:sAnders Broman1-20/+21
svn path=/trunk/; revision=30973
2009-11-16Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for ↵Martin Mathieson2-7/+129
signalling PDUs. svn path=/trunk/; revision=30971
2009-11-16Remove debug code.Jaap Keuter1-26/+18
svn path=/trunk/; revision=30970
2009-11-16Update SIP headers.Anders Broman1-148/+160
svn path=/trunk/; revision=30969
2009-11-16GTK_STOCK_SELECT_ALL is gtk 2.10.Anders Broman1-2/+5
Fix indentation. svn path=/trunk/; revision=30968
2009-11-15From Alejandro Vaquero:Anders Broman16-107/+1272
Add RTP player to "RTP Stream Analysis" and makeover of VoIP flow https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4240 svn path=/trunk/; revision=30967