aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uma.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Trival: spaces -> tab.Chris Maynard1-1/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-12Add "rtp handle protection" inside srtp_add_address/rtp_add_address/bluetooth...Michael Mann1-5/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-14/+2
2012-12-18When copying addresses, also copy the (new) hf field.Jeff Morriss1-12/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-07-13Remove unused filters found by checkhf.plPascal Quantin1-111/+0
2012-07-13From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7476 :Pascal Quantin1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-5/+2
2012-03-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2012-01-23Fix some duplicate display filter names.Chris Maynard1-7/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-22/+22
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-66/+66
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-9/+9
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-05-18Fix some (value) mistakes in value_strings. Found by Martin's patch on the -...Jeff Morriss1-1/+0
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-31/+23
2011-01-17Actually use proto_tree_add_item() instead of proto_tree_add_ether(). I hope...Jeff Morriss1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-11/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-11-17value_string_ext fixes.Anders Broman1-14/+31
2010-11-03Use value_string_ext fcns to access certain value_string arrays;Bill Meier1-71/+85
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+2
2009-08-02Change default range from 1401,1401 to 1401 so that the port isn't double-reg...Bill Meier1-1/+1
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-106/+106
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...Anders Broman1-1/+1
2009-03-03Update UMA towards the most recent 3GPP spec, and export InterRATHandoverInfoAnders Broman1-166/+384
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-13Fix compile error; Revise reg_handoff code slightlyBill Meier1-3/+3
2008-12-13From Vincent Helfre:Anders Broman1-0/+3
2008-11-14Comment out variable not cuurently used ...Bill Meier1-1/+1
2008-11-14Various proto_register & proto_reg_handoff changes:Bill Meier1-109/+101
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-04Another temporary fix to prevent a build errorBill Meier1-0/+2
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-02-07Removed some "statement not reached" warnings.Stig Bjørlykke1-4/+1
2007-11-06Set up RTP conversation when PORT is known.Anders Broman1-9/+8