aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-11-21..but make sure we call tvb_get_guint8() at least once ;)Kovarththanan Rajaratnam1-0/+1
2009-11-21Don't rely on G_STMTKovarththanan Rajaratnam1-16/+16
2009-11-21Rewrite macros to not use ternary operatorKovarththanan Rajaratnam1-4/+17
2009-11-21Use gint when declaring a tree type variableKovarththanan Rajaratnam1-1/+1
2009-11-21Don't call tvb_get_guint8() twiceKovarththanan Rajaratnam1-3/+1
2009-11-20offset is in bitsAnders Broman1-2/+2
2009-11-20Dissect transportLayerAddress and rrc-contextAnders Broman1-8/+52
2009-11-20Handle extended PER bitstrings.Anders Broman1-1/+33
2009-11-20When decoding a Cell Identifier, curr_offset is not increased afterGerasimos Dimitriadis1-0/+1
2009-11-20Print adjusted length.Stig Bjørlykke1-1/+2
2009-11-20Added nbss.length.Stig Bjørlykke1-3/+13
2009-11-19Don't call tvb_new_subset on a NULL pointer. Fixes bug 4101.Gerald Combs1-1/+1
2009-11-19From Michael Lum:Anders Broman1-4/+47
2009-11-19From Fabrizio Bertocci:Jaap Keuter4-61/+397
2009-11-19From Michael Lum:Anders Broman1-0/+18
2009-11-19- Remove if(tree) checksGerasimos Dimitriadis1-32/+34
2009-11-19Dissect SRB2 as PDCP signalling too.Martin Mathieson1-2/+1
2009-11-19Tweak expert info level/text.Martin Mathieson1-3/+4
2009-11-19No need to do string compare for FT_PROTOCOL.Stig Bjørlykke1-4/+2
2009-11-19Changed hf_ip_proto to use ipproto_val[].Stig Bjørlykke3-5/+5
2009-11-19Added support for some missing custom column types:Stig Bjørlykke1-1/+19
2009-11-19ENBname is now a PrintableString. handling in .cnf no longer needed.Anders Broman1-37/+14
2009-11-19From Holger Freyther:Anders Broman1-5/+7
2009-11-19Instead of initializing the Media Format name to NULL, set it toGerald Combs1-1/+2
2009-11-18Get the offset right.Jaap Keuter1-1/+1
2009-11-18Updated GPRS TMSI Status and Update Type IEsGerasimos Dimitriadis1-73/+35
2009-11-18GPRS Attach Type IE updated according to 24.008 v8.6.0Gerasimos Dimitriadis1-47/+25
2009-11-18- Use the spare_bits hf from packet_gsm_a_common.c inGerasimos Dimitriadis4-215/+144
2009-11-18Trivial: comment updateMartin Mathieson1-2/+1
2009-11-18Expert warning about BSRs over a threshold configured in pref.Martin Mathieson1-12/+62
2009-11-17From Aamer Akhter:Anders Broman1-129/+80
2009-11-17Mobile On Channel carries no data.Anders Broman1-1/+1
2009-11-17Fix for Bug 4248:Gerasimos Dimitriadis1-6/+1
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis25-73/+73
2009-11-17Resuse struct for PDCP info when redissecting.Martin Mathieson1-2/+5
2009-11-17From Benjamin Roch via. bug 4247:Kovarththanan Rajaratnam2-3/+7
2009-11-17Beginnings of enabling static builds. Still to do:Jörg Mayer1-6/+8
2009-11-17Added format argument.Stig Bjørlykke1-1/+1
2009-11-17Herbert Lischka:Anders Broman1-2/+65
2009-11-16Added more Peer ID Conventions.Stig Bjørlykke1-22/+87
2009-11-16dont print the window size for the initial SYN packetRonnie Sahlberg1-4/+6
2009-11-16GPRS Attach Result IE updated according to 24.008 v8.6.0Gerasimos Dimitriadis1-25/+23
2009-11-16Show data-less PDUs are Error rather than warning.Martin Mathieson1-5/+8
2009-11-16Don't let the session blob length go stomping all over the stack withGerald Combs1-85/+103
2009-11-16Erroneously ommitted from the patch of Bug 4219:Gerasimos Dimitriadis1-1/+1
2009-11-16Allow LTE RRC dissector to call PDCP/RRC dissectors as appropriate for signal...Martin Mathieson2-7/+129
2009-11-16Update SIP headers.Anders Broman1-148/+160
2009-11-14- Replaced get_start_octet() with a right shiftGerasimos Dimitriadis1-88/+70
2009-11-14From yy:Gerasimos Dimitriadis3-4/+33
2009-11-14Remove unused static variableKovarththanan Rajaratnam1-1/+0