summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2008-12-23From Vincent Helfre:Anders Broman1-1/+139
2008-12-23Add a cast.Anders Broman1-1/+1
2008-12-23packet-gsm_a_common.c:728: warning: unused variable ‘lengt_length’Anders Broman1-1/+0
2008-12-23Call new LTE MAC dissector when find in file.Martin Mathieson2-5/+194
2008-12-23Add LTE MAC files to build.Martin Mathieson1-0/+2
2008-12-23Initial Checkin of LTE MAC (3GPP 36.321)Martin Mathieson2-0/+1424
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman10-392/+648
2008-12-23Handle the new DLT_USB_LINUX_MMAP link-layer type.Guy Harris1-3/+93
2008-12-23Add GeoIP to the Windows build. Fix a remaining geoip_ -> geoip_db_Gerald Combs6-12/+17
2008-12-23GeoIP expects IPv4 addresses in host byte order.Gerald Combs1-11/+11
2008-12-23Allow compilation with c-ares <= 1.4.0 (untested). While we're at it, fixGerald Combs1-4/+11
2008-12-23From Gursel Mutlu:Jaap Keuter1-2/+6
2008-12-23Do not include init.lua in distribution tar.gz.Balint Reczey1-1/+3
2008-12-23From Didier Gautheron:Jaap Keuter1-2/+8
2008-12-23Don't use fancy quote characters that don't fit in ASCII; just useGuy Harris2-13/+13
2008-12-22err_posn_table[] was mis-generated (probably a cut-and-pasteo, as,Guy Harris1-4/+100
2008-12-22Update URLs for Cell Relay Retreat CRC information.Guy Harris1-3/+3
2008-12-22Initialize a variable to keep lint happy. reported by Chris Maynard in bug #2814Bill Meier1-1/+1
2008-12-22Fix a typoBill Meier1-1/+1
2008-12-22Best guess fix for missing initializer in array of string pointers; Bill Meier1-0/+4
2008-12-22From Pascal Quantin:Anders Broman3-4/+4
2008-12-22From Michael Lum:Anders Broman1-3/+14
2008-12-22Add frame type index filter for AMR if sent using bandwidth efficient mode.Anders Broman1-54/+83
2008-12-22Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap()Guy Harris1-1/+2
2008-12-20geoip_get_paths -> geoip_db_get_paths.Gerald Combs1-1/+1
2008-12-20Fix some typos and spelling (mostly in text strings)Bill Meier5-8/+8
2008-12-20Add a newline to the end of the file.Guy Harris1-1/+1
2008-12-20Umm, no. g_strdup() != g_strdup_printf(); the first argument to theGuy Harris1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier50-211/+211
2008-12-20From babi: Fix three overflows (bugs 3150 and 3151).Gerald Combs1-1/+1
2008-12-19Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. RenameGerald Combs5-62/+236
2008-12-19Back out r27047 and r27053.Gerald Combs30-79/+114
2008-12-19One last snprintf.Jaap Keuter1-4/+0
2008-12-19Revert queueing --> queuing spelling changes made in SVN #27050Bill Meier2-5/+5
2008-12-19Revert the queueing --> queuing spelling changeBill Meier2-4/+4
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs28-111/+64
2008-12-18Fix two typosBill Meier1-2/+2
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier75-225/+226
2008-12-18Have descriptors start out with a length of "to the end of the packet",Guy Harris1-7/+12
2008-12-18From Richard Brodie:Jaap Keuter1-47/+152
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.Martin Mathieson2-3/+15
2008-12-18The "8 mysterious bytes" are bytes reserved for a setup header - withGuy Harris1-19/+17
2008-12-18Fix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDNJörg Mayer1-2/+9
2008-12-18Update enterprice numbers.Anders Broman1-123700/+129731
2008-12-17Update S1AP to the latest spec rename nas_eps nas-eps.Anders Broman3-1100/+2398
2008-12-17From Didier Gautheron:Jaap Keuter1-1/+1
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier44-109/+109
2008-12-17Have separate dissectors for setup requests and responses.Guy Harris1-81/+436
2008-12-17Display the CONTROL response data only if there *is* CONTROL response data.Guy Harris1-4/+8
2008-12-17Define all the standard request code values from the USB 2.0 spec, andGuy Harris1-18/+47